StaticBitArray.OneIndexes

Lazy range of the indices of set bits.

Similar to: std.bitmanip.bitsSet

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

Constructors

this
this(Store* store)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

back
Mod!capacity back()

Get back.

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Mod!capacity front()

Get front.

popBack
void popBack()

Pop back.

popFront
void popFront()

Pop front.

See Also

Meta