StaticBitArray.put

Puts the i'th bit to b.

struct StaticBitArray(uint capacity, Block = DefaultBlock)
@safe pragma(inline, true) @trusted
void
put
()
(
in size_t i
,
bool b
)
if (
isUnsigned!DefaultBlock
)

Meta