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