IConfig.load

Loads the configuration. This should overwrite any unsaved changes.

interface IConfig(T)
void
load
()
if (
is(T == struct) ||
is(T == class)
)

Meta