Type Alias Int64

Source
pub type Int64 = Number<i64>;

Aliased Type§

pub struct Int64(pub i64);

Tuple Fields§

§0: i64

Implementations§

Source§

impl Int64

Source

pub const fn as_u64(&self) -> u64

Trait Implementations§

Source§

impl FailableToInputs for Int64

Source§

fn to_input(&self, inputs: &mut Inputs) -> Result<(), InvalidBigInt>