splice
Removes all elements after the specified start index
Return
The removed elements
Removes the specified amount of elements after the specified start index and inserts the specified items
Return
The removed elements
Parameters
list
The list of splice
start
The start index
delete Count
The amount of items to remove
items
The items to insert