operator << method

Logic operator <<(
  1. dynamic other
)

Logical left-shift.

Implementation

Logic operator <<(dynamic other) => LShift(this, other).out;