Skip to content

pushAll

pushAll(container, values)

ParameterTypeDescription
container*
valuesIterable

Adds all the given items to the container (list or set), one by one.

Returns

(*)