List.removeAt

Removes the element at index from the list

struct List(T)
void
removeAt
(
size_t index
)

Meta