Skip to main content

drop

functionv1.7

cljs.core/drop

Available in:BBCLJCLJS
(drop [n] [n coll])
Returns a laziness-preserving sequence of all but the first n items in coll. Returns a stateful transducer when no collection is provided.

No examples yet. Be the first to add one!