pub unsafe fn extern_spec_u32_unchecked_sub(self_: u32, rhs: u32) -> u32Expand description
extern spec for u32::unchecked_sub
This is not a real function: its only use is for documentation.
terminates
ghost
requires
::MIN@ <= self@ $op rhs@ && self@ $op rhs@ <= $type::MAX@ensures
result@ == self@ $op rhs@