collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
HashMap.opBinaryRight
collections
hashmap
HashMap
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinaryRight
(K key)
struct
HashMap
(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
@
nogc
@
safe
pure nothrow
static if
(
nogcIndexing
)
auto
opBinaryRight
(
string
op
)
(
const
K
key
)
auto
opBinaryRight
(HashType key)
auto
opBinaryRight
(K key)
auto
opBinaryRight
(HashType key)
Meta
Source
See Implementation
collections
hashmap
HashMap
aliases
HashType
functions
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
ptrOf
rebalance
toString
properties
length
static functions
makeFunc
static variables
nogcIndexing