split_mixed

Function split_mixed 

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

Split this number in half, returning its high and low components respectively.