BitSet.md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Utils
BitSet Struct
Support a bit set currently limited to 256 bits.
If need an additional Vector256Long[] could be added be added for arbitrary length.
public struct BitSet
| Constructors | |
|---|---|
| BitSet(int[]) |
| Methods | |
|---|---|
| ClearBit(int) | |
| GetBitCount() | |
| GetEnumerator() | |
| Has(int) | |
| HasAll(BitSet) | |
| HasAny(BitSet) | |
| HashCode() | |
| SetBit(int) | |
| ToString() |