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