[][src]Function ecpdap::bitvec::append_u32

pub fn append_u32(bits: &mut Vec<bool>, word: u32)

Append a u32 to a Vec, least significant bit first.