TreeMap.has

Returns true if the element exists within the set, false otherwise.

struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
@nogc @safe pure nothrow
static if(!(E.stringof != "void"))
bool
has
(
T
)
(
T key
)

Meta