Skip to content

list::extend

extend(a: List, b: List)

ParameterTypeDescription
aListThe list to extend
bListThe list to take items from

Appends all the items in one list to another list.

Returns

(List) A reference to list a.