Vixen
02b45cc4
csharp
public struct BitSet.Enumerator

Walks 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 Current

    The index of the current set bit.

Methods (1)

  • public bool MoveNext()

    Advances to the next set bit.

Used by (1)

  • BitSetVixen.Core.Collections