- add
void add(T _i)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- customDeserialize
void customDeserialize(Serializer s, JSONValue j)
Undocumented in source. Be warned that the author may not have intended to support it.
- customSerialize
JSONValue customSerialize(Serializer s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref T) operations)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApplyReverse
int opApplyReverse(int delegate(ref T) operations)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(T) opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(T v)
Undocumented in source. Be warned that the author may not have intended to support it.