- add
T add(T v)
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.
- opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIn_r
bool opIn_r(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(T) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
T opIndexAssign(T v, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(T v)
Undocumented in source. Be warned that the author may not have intended to support it.