cachetools v0.1.1 (2019-01-11T13:20:18Z)
Dub
Repo
HashMap.opBinaryRight
cachetools
containers
hashmap
HashMap
key in table
struct
HashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
V
*
opBinaryRight
@
safe
(
string
op
)
(
in
K
k
)
if
(
op
== "in"
)
Return Value
Type:
V
*
pointer to stored value (if key in table) or null
Meta
Source
See Implementation
cachetools
containers
hashmap
HashMap
aliases
require
functions
byKey
byPair
byValue
clear
get
getOrAdd
grow_factor
keyPointer
length
opBinaryRight
opIndex
opIndexAssign
put
remove
size
structs
KeyPointer
key in table