Sets<E> extension

Provides functions for working with Sets.

on

Methods

replaceAll(void function(bool replace(E element), E element)) → void
Replaces elements using function.