remove

Removes the elements with the given indexes from the given range.

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

Parameters

range Range

the range to remove the elements from

indexes Index

the index of the elements to be remove

Return Value

Type: Range

the range with the indexes removed

Meta