ikod-containers ~master (2021-10-26T12:19:13Z)
Dub
Repo
HashMap.fetch
ikod
containers
hashmap
HashMap
Undocumented in source. Be warned that the author may not have intended to support it.
auto
fetch
(K k)
auto
fetch
(K k)
struct
HashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
const
auto
fetch
(
K
)
(
K
k
)
Meta
Source
See Implementation
ikod
containers
hashmap
HashMap
aliases
StoredKeyType
StoredValueType
allocator
require
destructors
~this
functions
addIfMissed
byKey
byPair
byValue
capacity
clear
contains
dump
fetch
get
getOrAdd
grow_factor
length
opAssign
opBinaryRight
opIndex
opIndexAssign
put
remove
size
toString
postblits
this(this)
structs
_Bucket
variables
_allocated
_buckets
_buckets_num
_deleted
_empty
_grow_factor
_mask