pub fn extern_spec_BitXor_u32_bitxor(self_: u32, rhs: u32) -> u32Expand description
extern spec for u32::bitxor
This is not a real function: its only use is for documentation.
ghost
ensures
result == self $op rhspub fn extern_spec_BitXor_u32_bitxor(self_: u32, rhs: u32) -> u32extern spec for u32::bitxor
This is not a real function: its only use is for documentation.
ghost
ensures
result == self $op rhs