anything top-level constant
Matcher
const anything
A matcher that matches any value.
Implementation
const Matcher anything = _IsAnything();
A matcher that matches any value.
const Matcher anything = _IsAnything();