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