lte method

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

Implementation

bool lte(A a1, A a2) => order(a1, a2) != Ordering.GT;