PairHashTable

Undocumented in source.

Constructors

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

Members

Functions

get
T* get(uint k1, uint k2)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(uint k1, uint k2)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(uint k1, uint k2, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta