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