pub fn twos_complement_be_to_numeric_inner<D: Dec<N>, const N: usize>( input: &mut [u8], ) -> Result<Decimal<N>, Error>
Parses a buffer of two’s complement digits in big-endian order and converts them to Decimal<N>.
Decimal<N>