TreeMap.hasRange

Returns the amount of elements found in the set.

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

Meta