pub fn extern_spec_AddAssign_i64_i64_add_assign(self_: &mut i64, rhs: i64)Expand description
extern spec for i64::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@