type of the array element. The type parameter is intentionally declared as such to avoid handling tuples. While it is possible to remove item from tuple, it will impact typing soundness.
array to remove the element from.
index of the array element to be removed.
true
if the index is within the indexable range of array
, and thus the item has been removed;
false
otherwise.
Removes an element by index from an array.