(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
No examples yet. Be the first to add one!
(bounded-count [n coll])No examples yet. Be the first to add one!