- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTable
ubyte[] getTable()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Key) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
bool opBinaryRight(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
bool opIndex(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
void reserve(size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.
- shrink
void shrink()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.