IdArray

Undocumented in source.

Members

Functions

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.

Variables

array
T[uint] array;
Undocumented in source.
currentId
uint currentId;
Undocumented in source.

Meta