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