memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
HashMap.TableEntry
memutils
hashmap
HashMap
Undocumented in source.
struct
HashMap
(Key, Value, ALLOC = ThreadMem)
struct
TableEntry {
UnConst
!
Key
key
;
Value
value
;
this
(Key key, Value value);
}
Constructors
this
this
(Key key, Value value)
Undocumented in source.
Members
Variables
key
UnConst
!
Key
key
;
Undocumented in source.
value
Value
value
;
Undocumented in source.
Meta
Source
See Implementation
memutils
hashmap
HashMap
aliases
Traits
destructors
~this
functions
clear
get
opApply
opBinaryRight
opIndex
opIndexAssign
remove
set
setupHasher
postblits
this(this)
properties
empty
length
structs
TableEntry