pub type OddInt<const LIMBS: usize> = Odd<Int<LIMBS>>;Expand description
Odd signed integer.
Aliased Type§
#[repr(transparent)]pub struct OddInt<const LIMBS: usize>(pub(crate) Int<LIMBS>);Tuple Fields§
§0: Int<LIMBS>pub type OddInt<const LIMBS: usize> = Odd<Int<LIMBS>>;Odd signed integer.
#[repr(transparent)]pub struct OddInt<const LIMBS: usize>(pub(crate) Int<LIMBS>);0: Int<LIMBS>