lessEqual constant

Datapoints are eligible iff their value is <= the query's.

Implementation

static const lessEqual = IndexDatapoint_NumericRestriction_Operator(
  'LESS_EQUAL',
);