[ CCode ( has_construct_function = false ) ]
public ValueArray (int n_prealloced)
Allocate and initialize a new ValueArray, optionally preserve space for
n_prealloced elements.
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 |