Skip to main content

split-with

functionv1.0

clojure.core/split-with

Available in:BBCLJCLJS
(split-with [pred coll])
Returns a vector of [(take-while pred coll) (drop-while pred coll)]

No examples yet. Be the first to add one!