pub(crate) const fn split_mixed<const L: usize, const H: usize, const O: usize>( n: &Uint<O>, ) -> (Uint<H>, Uint<L>)
Split this number in half, returning its high and low components respectively.