collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
LinkedMap.opIndex
collections
linkedmap
LinkedMap
Returns the element with the given key. Returns E.init if not found.
E
opIndex
(K key)
struct
LinkedMap
(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
@
nogc
@
safe
pure nothrow
static if
(
nogcIndexing
)
E
opIndex
(
K
key
)
E
opIndex
(K key)
Meta
Source
See Implementation
collections
linkedmap
LinkedMap
functions
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
ptrOf
remove
toString
properties
length
static functions
makeFunc
variables
_length
last
root
Returns the element with the given key. Returns E.init if not found.