Type alias IterablePipe<T, U>

IterablePipe<T, U>: ((source) => Iterable<U>)

Base type for a function that transforms one iterable into another

Type Parameters

  • T

  • U

Type declaration

    • (source): Iterable<U>
    • Parameters

      • source: Iterable<T>

      Returns Iterable<U>

Generated using TypeDoc