Skip to main content

extern_spec_BitAnd__ref_bool_bitand

Function extern_spec_BitAnd__ref_bool_bitand 

Source
pub fn extern_spec_BitAnd__ref_bool_bitand(self_: &bool, rhs: &bool) -> bool
Expand description

extern spec for <&bool as BitAnd>::bitand

This is not a real function: its only use is for documentation.

ghost

ensures

result == *self $op *rhs