コード例 #1
0
ファイル: Seq.inst.cs プロジェクト: 0xCM/Meta.Core
 public Seq <X> alt(Seq <X> s1, Seq <X> s2)
 => Seq.concat(s1, s2);