LinkedList.opIndexAssign

Assigns an element to the index.

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

Meta