pub type UInt64Array = PrimitiveArray<u64>;
Expand description
A type definition PrimitiveArray
for u64
Aliased Typeยง
struct UInt64Array { /* private fields */ }
pub type UInt64Array = PrimitiveArray<u64>;
A type definition PrimitiveArray
for u64
struct UInt64Array { /* private fields */ }