removeAt
removeAt(
index): <A>(data) => readonlyA[]
Defined in: Utils/Arr.ts:565
Returns a new array with the element at index removed.
Returns the original array unchanged if index is out of bounds.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”<
A>(data): readonlyA[]
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”readonly A[]
Returns
Section titled “Returns”readonly A[]