Public Vars

Back

bounded-count (clj)

(source)

function

(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

Examples