UInt128Vec

Type Alias UInt128Vec 

Source
pub type UInt128Vec = MutablePrimitiveArray<u128>;
Expand description

A type definition MutablePrimitiveArray for u128

Aliased Typeยง

pub struct UInt128Vec { /* private fields */ }