Function itr8FromArrayAsync

  • Turns an array into an (async) Iterator. Mainly useful for testing.

    Returns

    an async iterator

    Type Parameters

    • T

    Parameters

    • a: T[]

      an array

    Returns AsyncIterableIterator<T>

Generated using TypeDoc