Vec.remove

Remove the element with the given index, shifting all elements after it to the left.

struct Vec(T)
void
remove
(
size_t index
)

Meta