mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
HashMap.get
mutils
container
hash_map
HashMap
Undocumented in source. Be warned that the author may not have intended to support it.
Value
get
(Key k)
Value
get
(Key k, Value defaultValue)
struct
HashMap
(KeyPar, ValuePar, alias hashFunc = defaultHashFunc)
ref
Value
get
()
(
auto
ref
Key
k
,
auto
ref
Value
defaultValue
)
Meta
Source
See Implementation
mutils
container
hash_map
HashMap
aliases
Key
Value
functions
add
byKey
byKeyValue
byValue
clear
get
getDefault
getIndex
getInsertDefault
getLoadFactor
getPtr
isIn
opApply
opIndex
opIndexAssign
rehash
remove
reset
saveGroupDistributionPlot
toString
tryRemove
manifest constants
rehashFactor
structs
Bucket
KeyVal
variables
elements
getIndexEmptyValue
length
markerdDeleted