BitVec32

Type Alias BitVec32 

Source
pub type BitVec32 = BitVec<u32>;

Aliased Type§

pub struct BitVec32 {
    pub array: u32,
    pub size: u8,
}

Fields§

§array: u32§size: u8