Ne constant

Op const Ne

'is not equal to' relational comparision operator

Implementation

static const Op Ne = const Op._(1, '<>');