lt method

bool lt(
  1. A a1,
  2. A a2
)

Implementation

bool lt(A a1, A a2) => order(a1, a2) == Ordering.LT;