BitVec16

Type Alias BitVec16 

Source
pub type BitVec16 = BitVec<u16>;

Aliased Type§

pub struct BitVec16 {
    pub array: u16,
    pub size: u8,
}

Fields§

§array: u16§size: u8