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