ClojureDocs

导航

命名空间

bounded-count

clojure.core

自 1.9 起可用 (源代码)
  • (bounded-count n coll)
If coll is counted? returns its count, else will count at most the first n
elements of coll using its seq