LinkedList.insertAt

Inserts an element at the given index.

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

Meta