IConfig.editNoRollback

Exactly the same as edit, except with the rollback paramter set to no.

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

Meta