StaticBitArray.OneIndexes

Lazy range of the indices of set bits.

Similar to: std.bitmanip.bitsSet

struct StaticBitArray(uint capacity, Block = DefaultBlock)
@safe
struct OneIndexes (
Store
) {}

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

back
Mod!capacity back()

Get back.

front
Mod!capacity front()

Get front.

popBack
void popBack()

Pop back.

popFront
void popFront()

Pop front.

See Also

Meta