Table of Contents

Struct ReadOnlySpanChunkEnumerator<T>

Namespace
PaintDotNet
Assembly
PaintDotNet.Fundamentals.dll

Affords the traversal of a large memory region (64-bit length) in terms of ReadOnlySpan.

public ref struct ReadOnlySpanChunkEnumerator<T> where T : unmanaged

Type Parameters

T
Inherited Members

Remarks

Span is limited to a 32-bit length, which this helps to circumvent.

Constructors

ReadOnlySpanChunkEnumerator(T*, int)
ReadOnlySpanChunkEnumerator(T*, long)
ReadOnlySpanChunkEnumerator(T*, nint)
ReadOnlySpanChunkEnumerator(T*, uint)
ReadOnlySpanChunkEnumerator(T*, ulong)
ReadOnlySpanChunkEnumerator(T*, nuint)

Properties

Current

Methods

MoveNext()