removeAt
removeAt(
index): <A>(data) => readonlyA[]
Defined in: Data/Arr.ts:724
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) => readonly A[]