SimpleList

Undocumented in source.

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ItemType opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
ItemType opIndexAssign(ItemType data, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
push
size_t push(ItemType item)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
ItemType remove(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_array
ItemType[] _array;
Undocumented in source.

Meta