isNotNaN top-level constant
Matcher
const isNotNaN
A matcher that matches any non-NaN value.
Implementation
const Matcher isNotNaN = _IsNotNaN();
A matcher that matches any non-NaN value.
const Matcher isNotNaN = _IsNotNaN();