- add
uint add(T newElement)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
deprecated T get(uint id)
- opIndex
T opIndex(uint index)
Undocumented in source.
- opIndexAssign
T opIndexAssign(T value, uint index)
Undocumented in source.
- remove
T remove(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.