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