Type alias IterableFold<T, U>

IterableFold<T, U>: ((source) => U)

Base type for a function that transforms one iterable into a single naked value

Type Parameters

  • T

  • U

Type declaration

    • (source): U
    • Parameters

      • source: Iterable<T>

      Returns U

Generated using TypeDoc