Set

Unordered array with O(1) insertion and removal

Members

Functions

opOpAssign
void opOpAssign(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

items
T[] items [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
T[] data;
Undocumented in source.
size
size_t size;
Undocumented in source.

Meta