pub type U4224 = Uint<{ _ }>;
4224-bit unsigned big integer.
pub struct U4224 { pub(crate) limbs: [Limb; 66], }
limbs: [Limb; 66]
Inner limb array. Stored from least significant to most significant.
Self
LO