Struct HashMap!(Key, Value, alias ClearValue = Thread() { return null; } )
Constructors
Name | Description |
---|---|
this |
Fields
Name | Type | Description |
---|---|---|
m_allocator | Allocator | |
m_hasher | hash_t delegate(Key) | |
m_length | size_t | |
m_resizing | bool | |
m_table | HashMap.TableEntry[] |
Methods
Name | Description |
---|---|
findIndex | |
get | |
grow | |
length | |
opApply | |
opApply | |
opApply | |
opApply | |
opBinaryRight | |
opIndex | |
opIndexAssign | |
remove | |
resize |
Inner structs
Name | Description |
---|---|
TableEntry |
Authors
Sönke Ludwig
Copyright
© 2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.