Function iter_map

  • Maps an iterable.

    The first argument is the iterable and the second argument is the mapper function.

    Parameters

    • iterable: any
    • mapper: any

    Returns Generator<any, void, unknown>

Generated using TypeDoc