Skip to main content

extern_spec_Sub_i32__ref_i32_sub

Function extern_spec_Sub_i32__ref_i32_sub 

Source
pub fn extern_spec_Sub_i32__ref_i32_sub(self_: &i32, rhs: i32) -> i32
Expand description

extern spec for <&i32 as Sub<i32>>::sub

This is not a real function: its only use is for documentation.

requires

$type::MIN@ <= self@ $op rhs@ && self@ $op rhs@ <= $type::MAX@

ensures

result@ == self@ $op rhs@