collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
LinkedHashMap.opBinaryRight
collections
linkedhashmap
LinkedHashMap
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinaryRight
(K key)
auto
opBinaryRight
(K key)
struct
LinkedHashMap
(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
@
safe
pure nothrow
static if
(
retainKeys
)
static if
(!(
nogcIndexing
))
auto
opBinaryRight
(
string
op
)
(
const
K
key
)
auto
opBinaryRight
(K key)
auto
opBinaryRight
(K key)
auto
opBinaryRight
(HashType key)
Meta
Source
See Implementation
collections
linkedhashmap
LinkedHashMap
aliases
HashType
functions
getPtr
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
remove
toString
properties
length
static functions
makeFunc
static variables
nogcIndexing
variables
_length
last
root