array | An array to copy the data from. |
allocator | The Allocator to use for the data. |
Creates a NativeArray from an array of elements.
array | The NativeArray<T0> to copy the data from. |
allocator | The Allocator to use for the data. |
Creates a NativeArray from an existing NativeArray.
length | Number of elements to allocate. |
allocator | The Allocator to use for the data. |
options | The NativeArrayOptions to use for the data. |
Creates a new NativeArray and allocates enough memory to fit the provided amount of elements.