collections-d v0.4.1 (2021-01-24T21:13:46Z)
Dub
Repo
LinkedMap.ptrOf
collections
linkedmap
LinkedMap
Returns the pointer of the element with the given key. Returns null if not found.
struct
LinkedMap
(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
@
nogc
@
safe
pure nothrow
static if
(
nogcIndexing
)
E
*
ptrOf
(
K
key
)
Meta
Source
See Implementation
collections
linkedmap
LinkedMap
functions
has
opApply
opApplyReverse
opIndex
opIndexAssign
ptrOf
remove
toString
properties
length
static functions
makeFunc
variables
_length
last
root
Returns the pointer of the element with the given key. Returns null if not found.