Array.remove

Remove an element at an index by swapping it with the last element

struct Array(T)
@nogc @trusted nothrow pure
void
remove
(
in size_t index
)

Meta