Allocate and initialize a new ValueArray, optionally preserve space for
n_prealloced elements.
Use Array and Array.sized instead.
New arrays always contain 0 elements, regardless of the value of n_prealloced.
| n_prealloced |
number of values to preallocate space for |
|
a newly allocated ValueArray with 0 values |