- array
Tag[] array()
Gets the array for this tag
- buildFile
void buildFile(string file)
- compound
Tag[string] compound()
Gets the compound for this tag
- get
inout(T) get()
Gets the value of the object
- kind
TagKind kind()
Gets the kind of the object
- opApply
int opApply(int delegate(ref Tag) operations)
- opApply
int opApply(int delegate(ref size_t, ref Tag) operations)
foreach for int and Tag param
- opApply
int opApply(int delegate(ref string, ref Tag) operations)
foreach for int and Tag param
- opBinaryRight
Tag* opBinaryRight(string index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Tag opIndex(T index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T value, Y index)
- opOpAssign
void opOpAssign(T value)
- seq
Tag[] seq()
Gets the compound's sequence
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.