StaticBitArray.OneIndexes
struct StaticBitArray(uint capacity, Block = DefaultBlock)
@safe
struct OneIndexes (
) {
}
A postblit is present on this object, but not explicitly documented in the source.
- back
Mod!capacity back()
- front
Mod!capacity front()
- popBack
void popBack()
- popFront
void popFront()
Lazy range of the indices of set bits.
Similar to: std.bitmanip.bitsSet