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