pub fn get_2s_complement_for_negative(assume_negative: U256) -> U256
Expand description

To get the 2s complement value for e.g. -128 call get_2s_complement_for_negative(128)