Returns a new spliced list with removeCount items removed and toInsert inserted at index
removeCount
toInsert
index
$R splice(int index, int removeCount, [Iterable<$E>? toInsert]);