datatypes::vectors::primitive

Type Alias UInt16Vector

Source
pub type UInt16Vector = PrimitiveVector<UInt16Type>;

Aliased Type§

struct UInt16Vector {
    array: PrimitiveArray<UInt16Type>,
}

Fields§

§array: PrimitiveArray<UInt16Type>