Esempio n. 1
0
 private static bool ValidateColumnTicket(int[][] tickets, RangeSet check, int col)
 => tickets.All(x => check.IsWithin(x[col]));