Function newVoid
Returns a new array of type T w/o initializing elements.
T[] newVoid(T)
(
size_t length
);
Returns a new array of type T w/o initializing elements.
T[] newVoid(T)
(
size_t length
);