- addElement
void addElement(Argument arg)
Undocumented in source.
- getLeafCount
uint getLeafCount()
Undocumented in source.
- getRandomElement
Argument getRandomElement()
Undocumented in source.
- getRandomElement
Argument getRandomElement(double[] chances)
Undocumented in source.
- getRandomLeaf
Argument getRandomLeaf()
Undocumented in source.
- getRandomLeaf
Argument getRandomLeaf(double[] chances)
Undocumented in source.
- opApply
int opApply(int delegate(Argument) del)
Undocumented in source.
- opDollar
size_t opDollar()
Undocumented in source.
- opIndex
Argument opIndex(size_t i)
Undocumented in source.
- opIndexAssign
void opIndexAssign(Argument val, size_t i)
Undocumented in source.
- opSlice
Argument[] opSlice(size_t a, size_t b)
Undocumented in source.
- removeAll
void removeAll()
Undocumented in source.
- removeElement
void removeElement(size_t i)
Undocumented in source.
- replaceRandomElement
void replaceRandomElement(Argument narg)
Undocumented in source.
- replaceRandomElement
void replaceRandomElement(double[] chances, Argument narg)
Undocumented in source.
- replaceRandomElement
void replaceRandomElement(Argument delegate(Type t) del)
Undocumented in source.
- replaceRandomElement
void replaceRandomElement(Argument delegate(Type t) del, double[] chances)
Undocumented in source.
- type
Type type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- tostring
uint tostring [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- children
ulong children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- leafs
ulong leafs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- saveYaml
Node saveYaml()
Undocumented in source.
- loadYaml
Argument loadYaml(Type type, Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
- genDot
string genDot(size_t nameIndex, string nodeName)
Undocumented in source. Be warned that the author may not have intended to support it.
- randomChange
void randomChange()
Undocumented in source.
- randomChange
void randomChange(string maxChange)
Undocumented in source.
- dup
Argument dup [@property getter]
Undocumented in source.