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