LinkedList.moveAt

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

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

Meta