lengthVoid - multiple declarations
Function lengthVoid
void lengthVoid(T)
(
ref T[] input,
int newLength
);
Function lengthVoid
Lengthens an array w/o initializing new elements.
void lengthVoid(T)
(
ref T[] input,
size_t newLength
);