(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.
Examples
No examples yet. Be the first to add one!
(drop [n] [n coll])No examples yet. Be the first to add one!