Set

Undocumented in source.

Alias This

items

Members

Functions

contains
bool contains(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T item)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

items
T[] items;
Undocumented in source.

Meta