gteqv method

bool gteqv(
  1. T x,
  2. T y
)

Implementation

bool gteqv(T x, T y) => compare(x, y) >= 0;