Skip to main content

I128

Type Alias I128 

Source
pub type I128 = Int<2>;
Expand description

Signed bit integer.

Aliased Typeยง

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