csharp
public struct FreeList<T>.EnumeratorWalks the live slots, skipping the free ones.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public readonly (int Index, T Item) CurrentThe index and item at the current position.
Methods (1)
public bool MoveNext()Advances to the next live slot.
Used by (1)
- FreeListVixen.Core.Collections