countfrom
countfrom(start=1, step=1)
An iterator that counts forever, starting at start
and incrementing by step
.
Examples
See Also
countfrom, cycle, done, drop, eachindex, enumerate, first, repeated, rest, start, svds, take, vecdot, vecnorm, zip,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.