datatypes::vectors

Type Alias UInt8Vector

Source
pub type UInt8Vector = PrimitiveVector<UInt8Type>;

Aliased Type§

struct UInt8Vector {
    array: PrimitiveArray<UInt8Type>,
}

Fields§

§array: PrimitiveArray<UInt8Type>