SortedList.has

Returns whether the set has the given element.

struct SortedList(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
@nogc @safe nothrow pure
bool
has
(
E a
)

Meta