(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))
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |