Array.sizedNew
Creates a new array with n_elements slots already allocated.
Parameters
nElements | number of slots to pre-allocate |
Returns
the newly created array
Creates a new array with n_elements slots already allocated.
nElements | number of slots to pre-allocate |