HashMap._Bucket

Undocumented in source.
struct HashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
package
struct _Bucket {}

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hash
hash_t hash;
Undocumented in source.
key
StoredKeyType key;
Undocumented in source.
value
StoredValueType value;
Undocumented in source.

Meta