isZero top-level constant

Matcher const isZero

A matcher which matches if the match argument is zero.

Implementation

const Matcher isZero = _OrderingMatcher(
  0,
  true,
  false,
  false,
  'a value equal to',
);