Optionallist: T[]Optionalindexes: number[]Optionalclone: booleanThe list to take the items out of.
The positions to remove, counted on the list as it was before any removal; positions outside the list are ignored.
OptionalcloneWhen true, the list is deep-copied first so the input is never changed; when false the items are removed in place.
A list and several positions for
lists.removeItemsAtIndexes.