pub fn extern_spec_i32_wrapping_add(self_: i32, rhs: i32) -> i32Expand description
extern spec for i32::wrapping_add
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == self $op rhspub fn extern_spec_i32_wrapping_add(self_: i32, rhs: i32) -> i32extern spec for i32::wrapping_add
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == self $op rhs