Esempio n. 1
0
 public Seq <X> alt(Seq <X> s1, Seq <X> s2)
 => Seq.concat(s1, s2);