Int128Array

Type Alias Int128Array 

Source
pub type Int128Array = PrimitiveArray<i128>;
Expand description

A type definition PrimitiveArray for i128

Aliased Typeยง

pub struct Int128Array { /* private fields */ }