pub fn extern_spec_BitOrAssign_bool_bitor_assign(self_: &mut bool, rhs: bool)Expand description
extern spec for bool::bitor_assign
This is not a real function: its only use is for documentation.
ghost
ensures
^self == *self $op rhspub fn extern_spec_BitOrAssign_bool_bitor_assign(self_: &mut bool, rhs: bool)extern spec for bool::bitor_assign
This is not a real function: its only use is for documentation.
ghost
ensures
^self == *self $op rhs