Example #1
0
 public static TerminalPred Set(string set)
 {
     return(Set(PGIntSet.Parse(set)));
 }