Skip to main content

I64

Type Alias I64 

Source
pub type I64 = Int<1>;
Expand description

Signed bit integer.

Aliased Type§

#[repr(transparent)]
pub struct I64(Uint<1>);

Tuple Fields§

§0: Uint<1>