Skip to content

iter::append

append(items, item)

ParameterTypeDescription
itemsIterable
item*

Returns

(Generator) A new list with the given item append to the given Iterable.