Type Definition narrow::Uint64Array [−][src]
pub type Uint64Array<const N: bool> = FixedSizePrimitiveArray<u64, N>;
Expand description
Array with u64 values.
pub type Uint64Array<const N: bool> = FixedSizePrimitiveArray<u64, N>;
Array with u64 values.