operator <= method

  1. @override
void operator <=(
  1. Logic other
)
override

Connects this Logic directly to another Logic.

This is shorthand for gets().

Implementation

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