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

    Function skip

    • An iterable filter that bypasses a specified number of elements in a sequence and then returns the remaining elements.

      Type Parameters

      • T

      Parameters

      • count: number

      Returns IterableFilter<T>