Example #1
0
 public Arr <A> Append(Arr <A> rhs) =>
 rhs.InsertRange(0, this);