bitOr method
Performs bitwise OR with another expression
Implementation
Expression bitOr(Expression bitsOther) {
return _BitOrExpression(this, bitsOther);
}
Performs bitwise OR with another expression
Expression bitOr(Expression bitsOther) {
return _BitOrExpression(this, bitsOther);
}