Function forEach

  • Apply an action that returns Ior to the elements in an iterable and ignore the right-hand values.

    Type Parameters

    Parameters

    • elems: Iterable<T>
    • f: ((elem, idx) => Ior<A, any>)
        • (elem, idx): Ior<A, any>
        • Parameters

          • elem: T
          • idx: number

          Returns Ior<A, any>

    Returns Ior<A, void>

Generated using TypeDoc