isNegative top-level constant

Matcher const isNegative

A matcher which matches if the match argument is negative.

Implementation

const Matcher isNegative = _OrderingMatcher(
  0,
  false,
  true,
  false,
  'a negative value',
  false,
);