Skip to main content

resize_wide

Function resize_wide 

Source
const fn resize_wide<const LIMBS: usize, const LHS: usize, const RHS: usize>(
    (lo, hi): (Uint<LIMBS>, Uint<LIMBS>),
) -> (Uint<LHS>, Uint<RHS>)
Expand description

Resize a pair of Uints.