Skip to main content

numeric_to_twos_complement_be

Function numeric_to_twos_complement_be 

Source
pub fn numeric_to_twos_complement_be(numeric: Numeric) -> [u8; 17]
Expand description

Converts an Numeric into its big endian two’s complement representation.