ClojureDocs

导航

命名空间

drop

clojure.core

自 1.0 起可用 (源代码)
  • (drop n)
  • (drop n coll)
Returns a lazy sequence of all but the first n items in coll.
Returns a stateful transducer when no collection is provided.