Skip to main content

drop-last

functionv1.0

clojure.core/drop-last

Available in:BBCLJCLJS
(drop-last [coll] [n coll])
Return a lazy sequence of all but the last n (default 1) items in coll

No examples yet. Be the first to add one!