csharp
public struct SparseSet<T>.EnumeratorWalks the dense entries.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public readonly (int Key, T Value) CurrentThe key and value at the current position.
Methods (1)
public bool MoveNext()Advances to the next entry.
Used by (1)
- SparseSetVixen.Core.Collections