Skip to main content

I2048

Type Alias I2048 

Source
pub type I2048 = Int<32>;
Expand description

Signed bit integer.

Aliased Type§

#[repr(transparent)]
pub struct I2048(Uint<32>);

Tuple Fields§

§0: Uint<32>