Пример #1
0
 public static bool LessThan(char x, [NotNull] string y) => StringOps.LessThan(char.ToString(x), y);