UInt64Array

Type Alias UInt64Array 

Source
pub type UInt64Array = PrimitiveArray<u64>;
Expand description

A type definition PrimitiveArray for u64

Aliased Typeยง

pub struct UInt64Array { /* private fields */ }