operator | method

Logic operator |(
  1. Logic other
)

Logical bitwise OR.

Implementation

Logic operator |(Logic other) => Or2Gate(this, other).out;