Config.load

Loads the values from a file.

struct Config(E...)
void
load
(
string sep = ":"
string mod = __MODULE__
)
(
string file
)
if (
areValidArgs!E
)

Throws

ConvException if one of the value cannot be converted from string to the requested one FileException on file error

Meta