dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
OrderedHashMap.opBinaryRight
cachetools
containers
orderedhashmap
OrderedHashMap
key in table
struct
OrderedHashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
@
safe
V
*
opBinaryRight
(
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
orderedhashmap
OrderedHashMap
functions
addIfMissed
byKey
byPair
byValue
clear
get
getOrAdd
length
opAssign
opBinaryRight
opIndex
opIndexAssign
put
remove
toString
postblits
this(this)
key in table