forceMutable

Get a reference to the children list forcefully, ignoring the lock. Doesn't set the dirty flag.

@safe pure pragma(inline) ref @system
forceMutable
(
return ref Children children
)

Meta