vibe-d ~master (2022-11-16T10:14:41Z)
Home
Dub
Repo
HashMap.TableEntry
index
vibe
utils
hashmap
HashMap
Undocumented in source.
struct
HashMap
(TKey, TValue, Traits = DefaultHashMapTraits!TKey, Allocator = IAllocator)
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
index
vibe
utils
hashmap
HashMap
aliases
AllocatorInstanceType
AllocatorType
Key
Value
constructors
this
destructors
~this
functions
AW
byKey
byKeyValue
byValue
clear
get
getNothrow
opApply
opBinaryRight
opIndex
opIndexAssign
remove
postblits
this(this)
properties
length
structs
TableEntry