Skip to main content

I128

Type Alias I128 

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

Signed bit integer.

Aliased Type§

#[repr(transparent)]
pub struct I128(Uint<2>);

Tuple Fields§

§0: Uint<2>