(repeatedly [f] [n f])Takes a function of no args, presumably with side effects, and
returns an infinite (or length n if supplied) lazy sequence of calls
to it
Examples
No examples yet. Be the first to add one!
(repeatedly [f] [n f])No examples yet. Be the first to add one!