take-while

added
1.5

ns
clojure.core.reducers

type
function

(take-while pred) (take-while pred coll)

Ends the reduction of coll when (pred val) returns logical false.