- child
inout(Setting) child(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- child
inout(Setting) child(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- children
inout(Setting)[] children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookUp
inout(Setting) lookUp(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- addChild
void addChild(Setting child)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChildren
void setChildren(Setting[] children)
Undocumented in source. Be warned that the author may not have intended to support it.