Skip to main content

extern_spec_Sub_i16__ref_i16_sub

Function extern_spec_Sub_i16__ref_i16_sub 

Source
pub fn extern_spec_Sub_i16__ref_i16_sub(self_: &i16, rhs: i16) -> i16
Expand description

extern spec for <&i16 as Sub<i16>>::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@