SortedList.hasRange

Returns the amount of elements found in the set.

struct SortedList(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
@nogc @safe pure nothrow
static if(!allowDuplicates)
size_t
hasRange
(
R
)
()

Meta