BitVec64

Type Alias BitVec64 

Source
pub type BitVec64 = BitVec<u64>;

Aliased Type§

pub struct BitVec64 {
    pub array: u64,
    pub size: u8,
}

Fields§

§array: u64§size: u8