A matcher that verifies an Option is None.
expect(None(), isNone); expect(Some(42), isNot(isNone));
const Matcher isNone = _IsNone();