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