Skip to main content

I128

Type Alias I128 

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

128-bit signed integer type.

Aliased Typeยง

pub struct I128(/* private fields */);