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