[][src]Function ecpdap::bitvec::append_bit

pub fn append_bit(bits: &mut Vec<bool>, bit: u8)

Append a single bit from a u8 (0 or 1) to a Vec.