Skip to content

iter::concat

concat(first, second)

ParameterTypeDescription
firstIterableThe first Iterable.
secondIterableThe second Iterable.

Returns

(Generator) A generator for the items of both the the given Iterables.