GtEq constant

Op const GtEq

'is greater than or equal to' relational comparision operator

Implementation

static const Op GtEq = const Op._(3, '>=');