removeAll method

Set<T> removeAll(
  1. Object coll
)

Removes all of the values of a collection from this Set.

Be careful not to call this method while iterating over the collection. @param {Iterable.

Implementation

_i3.Set<T> removeAll(_i2.Object coll) => _i4.callMethod(
      this,
      'removeAll',
      [coll],
    );