gte method

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

Implementation

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