Skip to content

iter::append

append(items, item)

ParameterTypeDescription
itemsIterable
item*

Returns

(Generator) A generator for the given item append to the given Iterable.