isNotNaN top-level constant

Matcher const isNotNaN

A matcher that matches any non-NaN value.

Implementation

const Matcher isNotNaN = _IsNotNaN();