StaticBitArray.Range

Bidirectional range into BitArray. * * TODO: Provide opSliceAssign for interopability with range algorithms via * private static struct member Range. * * TODO: Look at how std.container.array implements this. * * See_Also: https://dlang.org/phobos/std_bitmanip.html#bitsSet

Postblit

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

Members

Functions

back
bool back()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
front
bool front()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
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.

Meta