UInt128Array

Type Alias UInt128Array 

Source
pub type UInt128Array = PrimitiveArray<u128>;
Expand description

A type definition PrimitiveArray for u128

Aliased Typeยง

pub struct UInt128Array { /* private fields */ }