Function linqIterable

  • Converts any Iterable<T> into a LINQ-style iterable.

    Returns

    A LinqIterable<T> instance.

    Type Parameters

    • T

      The type of the elements of the LinqIterable<T>.

    Parameters

    • source: Iterable<T>

      The source Iterable<T>.

    Returns LinqIterable<T>

Generated using TypeDoc