Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

merge two lists

# Makes list1 longer by appending the elements of list2 at the end.
list1.extend(list2)
Source by thispointer.com #
 
PREVIOUS NEXT
Tagged: #merge #lists
ADD COMMENT
Topic
Name
1+4 =