예제 #1
0
파일: Seq.inst.cs 프로젝트: 0xCM/Meta.Core
 public Seq <X> alt(Seq <X> s1, Seq <X> s2)
 => Seq.concat(s1, s2);