Barray.remove

Move the last element from the array into i. Reduce the array length by one.

struct Barray(T)
@safe
void
remove
(
size_t i
)

Parameters

i size_t

index of element to remove

Meta