LinkedList.remove

Removes the given index of the list. Return the value held at the given position

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

Meta