Skip to main content

ExtraLimbInt

Type Alias ExtraLimbInt 

Source
type ExtraLimbInt<const LIMBS: usize> = ExtendedInt<LIMBS, 1>;
Expand description

[Int] with an extra limb.

Aliased Type§

struct ExtraLimbInt<const LIMBS: usize>(Uint<LIMBS>, Uint<1>);

Tuple Fields§

§0: Uint<LIMBS>§1: Uint<1>