Skip to main content

drop-while

functionv1.0

clojure.core/drop-while

Available in:BBCLJCLJS
(drop-while [pred] [pred coll])
Returns a lazy sequence of the items in coll starting from the first item for which (pred item) returns logical false. Returns a stateful transducer when no collection is provided.

No examples yet. Be the first to add one!