MultiHashSet

Undocumented in source.

Members

Functions

add
bool add(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
size_t get(Key key)
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.
remove
bool remove(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

keys
HashMap!(Key, size_t) keys;
Undocumented in source.

Meta