Documentation
Dlang.org
HashMap.opBinaryRight
ikod
containers
hashmap
HashMap
key in table Returns: pointer to stored value (if key in table) or null
auto
opBinaryRight
(K k)
struct
HashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
deprecated("very unsafe, use fetch instead") @
system
auto
opBinaryRight
(
string
op
K
)
(
K
k
)
if
(
op
== "in"
)
auto
opBinaryRight
(K k)
ikod
containers
hashmap
HashMap
aliases
require
functions
addIfMissed
byKey
byPair
byValue
capacity
clear
dump
fetch
get
getOrAdd
grow_factor
length
opBinaryRight
opIndex
opIndexAssign
put
remove
size
key in table Returns: pointer to stored value (if key in table) or null