HashMap.Bucket

Undocumented in source.
struct HashMap(KeyPar, ValuePar, alias hashFunc = defaultHashFunc)
nothrow static
struct Bucket {}

Members

Variables

hash
ulong hash;
Undocumented in source.
keyValue
KeyVal keyValue;
Undocumented in source.

Meta