@tsdotnet/linq - v1.5.11
    Preparing search index...

    Function linqExtended

    • Returns a special extended version of Linq which includes common operations like .where(predicate) .select(selector) and more with the consequence of a potentially larger footprint. To minimize included modules use the standard version (linq) and import only the filters, transforms and resolutions needed.

      Type Parameters

      • T

      Parameters

      • source: Iterable<T>

      Returns LinqExtended<T>