SharedHashSet

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

SetType
alias SetType = IntKeyHashSet!(Key, nullKey)
Undocumented in source.

Functions

length
size_t length()
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)

Returns true if key was in set

Meta