Function itr8FromArray

  • Turns an array into an Iterator (itr8FromIterable is more generic, this one is mainly useful for writing tests together with its async brother itr8FromArrayAsync).

    Returns

    an iterator

    Type Parameters

    • T

    Parameters

    • a: T[]

      an array

    Returns IterableIterator<T>

Generated using TypeDoc