Type Alias Int

Source
pub type Int = Uint;

Aliased Type§

struct Int(pub [u64; 4]);

Fields§

§0: [u64; 4]