isFileStat top-level constant

Matcher const isFileStat

Matcher that successfully matches against any instance of FileStat.

Implementation

const Matcher isFileStat = TypeMatcher<FileStat>();