SortedList.remove

Removes the n-th element while keeping the order intact. Returns the removed element.

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

Meta