csharp
public struct BitSet.EnumeratorWalks the set bits, one word at a time.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public int CurrentThe index of the current set bit.
Methods (1)
public bool MoveNext()Advances to the next set bit.
Used by (1)
- BitSetVixen.Core.Collections