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

    Function takeWhile

    • An iterable filter that will return results while the predicate condition is true and stops when false.

      Type Parameters

      • T

      Parameters

      • predicate: PredicateWithIndex<T>

      Returns IterableFilter<T>