remove

Removes the given elements from the given array.

  1. T[] remove(T[] arr, T[] elements)
    T[]
    remove
    (
    T
    )
    (
    T[] arr
    ,)
  2. Range remove(Range range, Index indexes)

Parameters

arr T[]

the array to remove the elements from

elements T[]

the elements to be removed

Return Value

Type: T[]

the array with the elements removed

Meta