BitArray.appendBit

Appends a bit to the array.

@param boolean bit @return void

class BitArray
void
appendBit
(
bool bit
,
bool test = false
)

Meta