HashMap.Pair

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

Members

Variables

key
Key key;
Undocumented in source.
value
Value value;
Undocumented in source.

Meta