HashTable

Undocumented in source.

Constructors

this
this(Owner o, size_t size)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

get
T* get(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T) func)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(K key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Entry
struct Entry(T)
Undocumented in source.

Variables

size
size_t size;
Undocumented in source.
table
Entry!(T)[] table;
Undocumented in source.

Meta