vibe-d ~master (2022-11-16T10:14:41Z)
Home
Dub
Repo
HashMap.opIndex
index
vibe
utils
hashmap
HashMap
Undocumented in source. Be warned that the author may not have intended to support it.
struct
HashMap
(TKey, TValue, Traits = DefaultHashMapTraits!TKey, Allocator = IAllocator)
ref inout
inout
(
Value
)
opIndex
(
Key
key
)
if
(
is
(
typeof
(
Traits.clearValue
) :
TKey
)
)
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