pub(crate) const fn concat_mixed<const L: usize, const H: usize, const O: usize>( lo: &Uint<L>, hi: &Uint<H>, ) -> Uint<O>
Concatenate the two values, with lo as least significant and hi as the most significant.
lo
hi