operator & method

Logic operator &(
  1. Logic other
)

Logical bitwise AND.

Implementation

Logic operator &(Logic other) => And2Gate(this, other).out;