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