removeChild..Root.Object.removeChildRemove this object’s child (member, note: variables are treated as tree nodes) named mem.
Parameters: String mem
Return value: reference to this Object
NativeCallable, Callable
auto mother;
mother.auto son;
mother.removeChild("son");