collections-d ~master (2020-04-08T19:11:38Z)
Dub
Repo
TreeMap.ptrOf
collections
treemap
TreeMap
Returns the pointer of the element, or null if key not found.
struct
TreeMap
(K, E, bool nogcIndexing = true, alias less = "a < b")
@
nogc
@
safe
pure nothrow
E
*
ptrOf
(
K
key
)
Meta
Source
See Implementation
collections
treemap
TreeMap
functions
length
opApply
opApplyReverse
opIndex
opIndexAssign
ptrOf
put
rebalance
remove
toString
Returns the pointer of the element, or null if key not found.