Skip to main content

take-while

functionv1.5

clojure.core.reducers/take-while

Available in:CLJCLJS
(take-while [pred] [pred coll])
Ends the reduction of coll when (pred val) returns logical false.

No examples yet. Be the first to add one!