effect-io-ai

Package: effect
Module: Chunk

Chunk.dropWhile

Drops all elements so long as the predicate returns true.

Signature

declare const dropWhile: { <A>(predicate: Predicate<NoInfer<A>>): (self: Chunk<A>) => Chunk<A>; <A>(self: Chunk<A>, predicate: Predicate<A>): Chunk<A>; }

Source

Since v2.0.0