HashSet.hasRange

Returns the amount of elements found in the set.

struct HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
@nogc @safe pure nothrow
size_t
hasRange
(
R
)
()

Meta