Filter this set to create a subset of elements which satisfy a certain test criterion.
The test criterion to apply. Positional arguments are the value, the index of iteration, and the set being filtered.
A new Set containing only elements which satisfy the test criterion.
Array#filter
Filter this set to create a subset of elements which satisfy a certain test criterion.