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.
true
if the item is found in array
, and thus the item has been removed;
false
otherwise.
Removes the first matching element from an array.
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.
true
if the item is found in array
, and thus the item has been removed;
false
otherwise.
Removes the first matching element from an array.