LinkedList.hasRange

Returns the amount of elements found in the set.

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

Meta