pub fn extern_spec_i128_wrapping_neg(self_: i128) -> i128Expand description
extern spec for i128::wrapping_neg
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == -selfpub fn extern_spec_i128_wrapping_neg(self_: i128) -> i128extern spec for i128::wrapping_neg
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == -self