Skip to main content

I4096

Type Alias I4096 

Source
pub type I4096 = Int<64>;
Expand description

Signed bit integer.

Aliased Type§

#[repr(transparent)]
pub struct I4096(Uint<64>);

Tuple Fields§

§0: Uint<64>