pub type UInt16Vector = PrimitiveVector<UInt16Type>;
Aliased Type§
pub struct UInt16Vector {
array: PrimitiveArray<UInt16Type>,
}
Fields§
§array: PrimitiveArray<UInt16Type>
pub type UInt16Vector = PrimitiveVector<UInt16Type>;
pub struct UInt16Vector {
array: PrimitiveArray<UInt16Type>,
}
array: PrimitiveArray<UInt16Type>