Function map

  • Returns a new iterator that maps each element in the input iterator to a new value.

    Type Parameters

    • T
    • R

    Parameters

    Returns IterableIterator<R>

  • Type Parameters

    • T
    • R

    Parameters

    Returns ((arg) => IterableIterator<R>)