Returns a list which is a copy of the original list with all occurrences of the specified item removed.
removeAllOccurrencesOf ( val As Any, lis As List ) As List
Argument | Type | Description |
---|---|---|
val | Any | The value to be compared to all items in lis. |
lis | List | The list which is to have all occurrences of val removed. |