Vec.removeAndShiftRestOfArray

Removes an item and shift the rest of the array to front by 1. Warning: O(N) complexity.

struct Vec(T)
nothrow @nogc public
void
removeAndShiftRestOfArray
(
size_t index
)

Meta