StaticBitArray.put

Puts the i'th bit to b.

struct StaticBitArray(uint capacity, Block = DefaultBlock)
@safe @trusted
typeof(this)
put
()
(
size_t i
,
bool b
)
if (
isUnsigned!DefaultBlock
)

Meta