Table of Contents

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

UnsafeChunkedList<T>*

Properties

ChunkCapacity

public int ChunkCapacity { get; }

Property Value

int

Count

public int Count { get; }

Property Value

int

this[int]

public ref readonly T this[int index] { get; }

Parameters

index int

Property Value

T

this[uint]

public ref readonly T this[uint index] { get; }

Parameters

index uint

Property Value

T

Methods

GetEnumerator()

public UnsafeChunkedList<T>.Enumerator GetEnumerator()

Returns

UnsafeChunkedList<T>.Enumerator