Array.sizedNew

Creates a new array with n_elements slots already allocated.

class Array
static
sizedNew
()

Parameters

nElements uint

number of slots to pre-allocate

Return Value

Type: json.array.Array

the newly created array