Ejemplo n.º 1
0
 public Sequence <T> Append(Sequence <T> other)
 {
     return(new Sequence <T>(_tree.Concat(other._tree)));
 }