Skip to content

iter::concat

concat(first, second)

ParameterTypeDescription
firstIterableThe first Iterable.
secondIterableThe second Iterable.

Returns

(Generator) A new list containing the items of both the the given Iterables.