csharp
public struct HandlePool<T>.EnumeratorWalks the live slots, skipping the free ones.
Fields and properties (1)
public readonly (Handle<T> Handle, T Item) CurrentThe handle and item at the current position.
Methods (1)
public bool MoveNext()Advances to the next live slot.
Used by (1)
- HandlePoolVixen.Core.Collections