public Sequence <T> Append(Sequence <T> other) { return(new Sequence <T>(_tree.Concat(other._tree))); }