MatcherGeneratorAccept typedef

MatcherGeneratorAccept = MatcherGenerator<Matcher<Expression>> Function(Matcher<Expression> matcher, MatcherGenerator<Matcher<Expression>>)

Implementation

typedef MatcherGeneratorAccept = MatcherGenerator Function(
    Matcher matcher, MatcherGenerator);