gte method

Logic gte(
  1. dynamic other
)

Greater-than-or-equal-to.

Implementation

Logic gte(dynamic other) => GreaterThanOrEqual(this, other).out;