or abstract method
Unary OR operation.
Returns 1 iff any bit is 1.
Returns x iff all bits are either 0 or invalid.
Returns 0 otherwise.
Implementation
LogicValue or();
Unary OR operation.
Returns 1 iff any bit is 1.
Returns x iff all bits are either 0 or invalid.
Returns 0 otherwise.
LogicValue or();