TreeMap.ptrOf

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