コード例 #1
0
ファイル: MLst.cs プロジェクト: Protiguous/language-ext
 public Lst <A> Append(Lst <A> x, Lst <A> y) =>
 x.ConcatFast(y).Freeze();