isNonZero top-level constant

Matcher const isNonZero

A matcher which matches if the match argument is non-zero.

Implementation

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