Skip to main content

extern_spec_Sub_i128__ref_i128_sub

Function extern_spec_Sub_i128__ref_i128_sub 

Source
pub fn extern_spec_Sub_i128__ref_i128_sub(self_: &i128, rhs: i128) -> i128
Expand description

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