lt method

Logic lt(
  1. dynamic other
)

Less-than.

Implementation

Logic lt(dynamic other) => LessThan(this, other).out;