ClojureDocs

Nav

Namespaces

bounded-count

clojure.core

Available since 1.9 (source)
  • (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