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

    Function skipWhile

    • An iterable filter that bypasses elements in sequence while the predicate condition is true and if false will iterate the rest. Inverse of skipUntil.

      Type Parameters

      • T

      Parameters

      • predicate: PredicateWithIndex<T>

      Returns IterableFilter<T>