datatypes::vectors

Type Alias UInt32Vector

Source
pub type UInt32Vector = PrimitiveVector<UInt32Type>;

Aliased Type§

struct UInt32Vector {
    array: PrimitiveArray<UInt32Type>,
}

Fields§

§array: PrimitiveArray<UInt32Type>