Function removeFromArrayIdx
void removeFromArrayIdx(T)
(
ref T[] array,
size_t idx
);
void removeFromArrayIdx(T)
(
ref T[] array,
size_t idx
);