Пример #1
0
 public Lst <A> Append(Lst <A> x, Lst <A> y) =>
 x.ConcatFast(y).Freeze();