Liking cljdoc? Tell your friends :D
Clojure only.

com.owoga.phonetics.util


take-throughclj

(take-through pred coll)

(take-through even? [1 2 3 4 7 7 5 2 8 10]) returns '((1 2 3 4) (7 7 5 2) (8) (10))

(take-through even? [1 2 3 4 7 7 5 2 8 10])
returns '((1 2 3 4) (7 7 5 2) (8) (10))
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close