pub fn extern_spec_BitXor__ref_i32_i32_bitxor(self_: i32, rhs: &i32) -> i32Expand description
extern spec for i32::bitxor
This is not a real function: its only use is for documentation.
ghost
ensures
result == self $op *rhspub fn extern_spec_BitXor__ref_i32_i32_bitxor(self_: i32, rhs: &i32) -> i32extern spec for i32::bitxor
This is not a real function: its only use is for documentation.
ghost
ensures
result == self $op *rhs