Searched defs:MatchFn (Results 1 – 2 of 2) sorted by relevance
32 alias MatchFn = bool function (ref BacktrackingMatcher!(Char, Stream)); in BacktrackingMatcher() member
575 alias MatchFn = bool function(ref Matcher!Char) @trusted; in StaticRegex() local