List.insert

Inserts item in to list at index

struct List(T)
void
insert
(
size_t index
,
)

Meta