| Parameter | Description |
|---|---|
| allocator | The allocator to use. |
Initializes and returns a NativeList with a capacity of one.
| Parameter | Description |
|---|---|
| initialCapacity | The initial capacity of the list. |
| allocator | The allocator to use. |
Initializes and returns a NativeList.