LinkedMap.ptrOf

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