Actions
Feature #10729
openArray method to subtract in place
Feature #10729:
Array method to subtract in place
Status:
Open
Assignee:
-
Target version:
-
Description
I request a method on array that takes another array, subtract that from self in place (= destructively), and return the subtracted elements:
Ideally, it should also allow a block:
This operation is quite frequent, but at the moment, it requires several steps to do.
Actions