ixfx
    Preparing search index...

    Function dropWhile

    • Type Parameters

      • V

      Parameters

      • it: Iterable<V>
      • f: (v: V) => boolean

      Returns Generator<V, void, unknown>