Table of Contents

Struct UnsafeSlotMap<T>.Enumerator

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

Constructors

Enumerator(ref UnsafeSlotMap<T>)

public Enumerator(ref UnsafeSlotMap<T> collection)

Parameters

collection UnsafeSlotMap<T>

Properties

Current

public readonly ref T Current { get; }

Property Value

T

Methods

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()