csharp
public struct ChunkedArray<T>.EnumeratorWalks the elements, chunk by chunk.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public readonly ref T CurrentThe element at the current position.
Methods (1)
public bool MoveNext()Advances to the next element.
Used by (1)
- ChunkedArrayVixen.Core.Collections