operator <= method

void operator <=(
  1. Logic other
)

Connects this Logic directly to another Logic.

This is shorthand for gets().

Implementation

void operator <=(Logic other) => gets(other);