SortedList.back

Returns the element at the back.

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

Meta