qrcode ~master (2018-01-26T20:33:29Z)
Dub
Repo
BitArray.appendBit
qrcode
common
bitarray
BitArray
Appends a bit to the array.
@param boolean bit @return void
class
BitArray
void
appendBit
(
bool
bit
,
bool
test
= false
)
Meta
Source
See Implementation
qrcode
common
bitarray
BitArray
constructors
this
functions
appendBit
appendBitArray
appendBits
clear
ensureCapacity
flip
get
getBitArray
getNextSet
getNextUnset
getSize
getSizeInBytes
isRange
reverse
set
setBulk
setRange
toBytes
toString
xorBits
variables
bits
size
Appends a bit to the array.
@param boolean bit @return void