IConfig.editAndSave

Exactly the same as edit, except with the save parameter set to yes.

interface IConfig(T)
final
void
editAndSave
(
void delegate
(
scope ref T value
)
editFunc
)
if (
is(T == struct) ||
is(T == class)
)

Meta