concat_mixed

Function concat_mixed 

Source
pub(crate) const fn concat_mixed<const L: usize, const H: usize, const O: usize>(
    lo: &Uint<L>,
    hi: &Uint<H>,
) -> Uint<O>
Expand description

Concatenate the two values, with lo as least significant and hi as the most significant.