Skip to main content

take-nth

functionv1.0

clojure.core/take-nth

Available in:BBCLJCLJS
(take-nth [n] [n coll])
Returns a lazy seq of every nth item in coll. Returns a stateful transducer when no collection is provided.

No examples yet. Be the first to add one!