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