Create a new Set where every element is modified by a provided transformation function.
The transformation function to apply.Positional arguments are the value, the index of iteration, and the set being transformed.
A new Set of equal size containing transformed elements.
Array#map
Create a new Set where every element is modified by a provided transformation function.