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()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source.
front
Mod!capacity front()
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

Meta