Internal
Creates a new generator that yields results of the mapping function applied to the elements of the input iterable.
The element type of the input iterable
The element type of the output iterable
iterable to transform
mapping function
A new generator that yields results of the mapping function
Generated using TypeDoc
Creates a new generator that yields results of the mapping function applied to the elements of the input iterable.