pub fn extern_spec_BitXorAssign_i128_bitxor_assign(self_: &mut i128, rhs: i128)Expand description
extern spec for i128::bitxor_assign
This is not a real function: its only use is for documentation.
ghost
ensures
^self == *self $op rhspub fn extern_spec_BitXorAssign_i128_bitxor_assign(self_: &mut i128, rhs: i128)extern spec for i128::bitxor_assign
This is not a real function: its only use is for documentation.
ghost
ensures
^self == *self $op rhs