dtrie ~master (2016-01-07T02:14:40Z)
Dub
Repo
BitArray.append
bitarray
bitarray
BitArray
Push one bit to the bitarray.
class
BitArray
void
append
(
uint
bit
)
in { if (!(bit == 0 || bit == 1)) { throw new ValueError("Bit must be 0 or 1."); } }
Meta
Source
See Implementation
bitarray
bitarray
BitArray
functions
append
dump
opIndex
Push one bit to the bitarray.