collections-d v0.4.2 (2021-05-10T18:17:40Z)
Dub
Repo
HashMap.ptrOf
collections
hashmap
HashMap
Returns the pointer of the element, or null if key not found.
E
*
ptrOf
(K key)
E
*
ptrOf
(HashType key)
struct
HashMap
(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
@
nogc
@
safe
pure nothrow
static if
(
nogcIndexing
)
E
*
ptrOf
(
HashType
key
)
Meta
Source
See Implementation
collections
hashmap
HashMap
aliases
HashType
functions
opApply
opApplyReverse
opIndex
opIndexAssign
ptrOf
rebalance
toString
properties
length
static functions
makeFunc
static variables
nogcIndexing
Returns the pointer of the element, or null if key not found.