Skip to main content

I128

Type Alias I128 

Source
pub type I128 = BInt<{ _ }>;
Expand description

128-bit signed integer type.

Aliased Typeยง

pub struct I128 { /* private fields */ }