- clear
void clear()
 Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(E obj)
 Undocumented in source. Be warned that the author may not have intended to support it.
- containsAll
bool containsAll(Collection!E c)
 Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
 Undocumented in source. Be warned that the author may not have intended to support it.
- removeIf
bool removeIf(Predicate!E filter)
 Undocumented in source. Be warned that the author may not have intended to support it.
- size
int size()
 Undocumented in source. Be warned that the author may not have intended to support it.
- toArray
E[] toArray()
 Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
 Undocumented in source. Be warned that the author may not have intended to support it.