ClojureDocs

导航

命名空间

take

clojure.core

1.0 版本中可用 ()
  • (take n)
  • (take n coll)
Returns a lazy sequence of the first n items in coll, or all items if
there are fewer than n.  Returns a stateful transducer when
no collection is provided.