Skip to main content

bounded-count

functionv1.9

clojure.core/bounded-count

Available in:BBCLJCLJS
(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

No examples yet. Be the first to add one!