extern_spec_u8_unchecked_add

Function extern_spec_u8_unchecked_add 

Source
pub unsafe fn extern_spec_u8_unchecked_add(self_: u8, rhs: u8) -> u8
Expand description

extern spec for u8::unchecked_add

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@