SortedList.length

Returns the length of the list.

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

Meta