A parallel writer for a NativeList.
Use NativeList<T0>.AsParallelWriter to create a parallel writer for a list.
| Method | Description |
|---|---|
| AddNoResize | Appends an element to the end of this list. |
| AddRangeNoResize | Appends elements from a buffer to the end of this list. |