(take-nth [n] [n coll])Returns a lazy seq of every nth item in coll. Returns a stateful
transducer when no collection is provided.
Examples
No examples yet. Be the first to add one!
(take-nth [n] [n coll])No examples yet. Be the first to add one!