Public Vars

Back

drop (clj)

(source)

function

(drop n) (drop 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