Function Collection.opOpAssign

support for appending (~=, +=) and removing by value (-=)

ref Collection opOpAssign(string op)(
  T item
);