pub fn extern_spec_AddAssign__ref_i16_i16_add_assign(self_: &mut i16, rhs: &i16)Expand description
extern spec for i16::add_assign
This is not a real function: its only use is for documentation.
requires
$type::MIN@ <= self@ $op rhs@ && self@ $op rhs@ <= $type::MAX@ensures
(^self)@ == self@ $op rhs@