UInt8Vector

Type Alias UInt8Vector 

Source
pub type UInt8Vector = PrimitiveVector<UInt8Type>;

Aliased Type§

pub struct UInt8Vector {
    array: PrimitiveArray<UInt8Type>,
}

Fields§

§array: PrimitiveArray<UInt8Type>