List.pushAll
pushAll($anotherList) -> self
Description
Add all items of another List to this List.
['a', 'b'].pushAll(['c', 'd']) //= ['a', 'b', 'c', 'd']
Add all items of another List to this List.
['a', 'b'].pushAll(['c', 'd']) //= ['a', 'b', 'c', 'd']