Struct UnsafeChunkedList<T>.ParallelReader
- Namespace
- Misaki.HighPerformance.LowLevel.Collections
- Assembly
- Misaki.HighPerformance.LowLevel.dll
A parallel reader for an UnsafeChunkedList.
public readonly struct UnsafeChunkedList<T>.ParallelReader
- Inherited Members
Fields
listData
public readonly UnsafeChunkedList<T>* listData
Field Value
Properties
ChunkCapacity
public int ChunkCapacity { get; }
Property Value
Count
public int Count { get; }
Property Value
this[int]
public ref readonly T this[int index] { get; }
Parameters
indexint
Property Value
- T
this[uint]
public ref readonly T this[uint index] { get; }
Parameters
indexuint
Property Value
- T
Methods
GetEnumerator()
public UnsafeChunkedList<T>.Enumerator GetEnumerator()