Skip to content

pushAll

pushAll(container: List, values)

ParameterTypeDescription
containerList
valuesIterable

Adds all the given items to the container, one by one.

Returns

(List)