Vec.removeAndReplaceByLastElement

Removes an item and replaces it by the last item. Warning: this reorders the array.

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

Meta