SortedList.empty

Returns true when the end of the list have been reached.

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

Meta