SortedList.moveAt

Moves to the n-th position and returns the element of that position.

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

Meta