Package: effect
Module: Chunk
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>; }
Since v2.0.0