| Parameter | Description |
|---|---|
| allocator | The allocator to use. |
NativeArray<TKey> An array with a copy of all the keys (in no particular order).
Returns an array with a copy of all the keys (in no particular order).
A key with "N" values is included "N" times in the array.
Use GetUniqueKeyArray of NativeParallelHashMapExtensions instead if you only want one occurrence of each key.