Struct UnsafeStack<T>.Enumerator
- Namespace
- Misaki.HighPerformance.LowLevel.Collections
- Assembly
- Misaki.HighPerformance.LowLevel.dll
public ref struct UnsafeStack<T>.Enumerator
- Inherited Members
Constructors
Enumerator(ref UnsafeStack<T>)
public Enumerator(ref UnsafeStack<T> collection)
Parameters
collectionUnsafeStack<T>
Properties
Current
public readonly ref T Current { get; }
Property Value
- T
Methods
MoveNext()
public bool MoveNext()
Returns
Reset()
public void Reset()