LinkedHashSet.hasRange

Returns the amount of elements found in the set.

struct LinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
@safe pure nothrow
size_t
hasRange
(
R
)
()

Meta