HashMap.Element

Undocumented in source.
struct HashMap(Key, Value, Hasher = HashFunc!(Key), Comparer = HashComp!(Key), ubyte MIN_HASH_TABLE_POWER = 3, ubyte RELATIONSHIP = 8)
static
struct Element {}

Members

Variables

hash
uint hash;
Undocumented in source.
next
Element* next;
Undocumented in source.
pair
Pair pair;
Undocumented in source.

Meta