Create a new list by adding the elements of another list to the end of this list.
RulesList<T> concat(RulesList<T> other);