Exemplo n.º 1
0
 public static Seq <char> Range(char from, char to) =>
 Seq(CharRange.FromMinMax(from, to));
Exemplo n.º 2
0
 public static IEnumerable <char> Range(char from, char to) =>
 CharRange.FromMinMax(from, to);