chickadee » lazy-seq » lazy-numbers

lazy-numbers #!key (step 1) (start 0) countprocedure

Returns a lazy-seq of numbers starting at start and increasing by step. When count is a positive number the sequence terminates after count elements. Otherwise it is infinte.