Struct HashMap

Constructors

Name Description
this

Fields

Name Type Description
m_allocator shared(Allocator)
m_hasher hash_t delegate(Key)
m_length size_t
m_resizing bool
m_table HashMap.TableEntry[]

Methods

Name Description
clear
findIndex
findInsertIndex
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.