IntKeyHashSet

Undocumented in source.

Constructors

this
this(ubyte[] array, size_t length)
Undocumented in source.

Members

Aliases

allocator
alias allocator = GCAllocator.instance
Undocumented in source.

Functions

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.

Properties

capacity
size_t capacity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

keys
Key[] keys;
Undocumented in source.
length
size_t length;
Undocumented in source.

Meta