Exemplo n.º 1
0
 public static IEnumerable <T> BestCandidates <T>(this IMatcher matcher, IHaveToken <T> token)
 => matcher.BestCandidates(token.Token);