Table of Contents

Struct UnsafeSparseSet<T>.Enumerator

Namespace
Misaki.HighPerformance.LowLevel.Collections
Assembly
Misaki.HighPerformance.LowLevel.dll
public ref struct UnsafeSparseSet<T>.Enumerator
Inherited Members

Constructors

Enumerator(ref UnsafeSparseSet<T>)

public Enumerator(ref UnsafeSparseSet<T> collection)

Parameters

collection UnsafeSparseSet<T>

Properties

Current

public readonly ref T Current { get; }

Property Value

T

Methods

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()