JuliaCollections / IterTools.jl

Common functional iterator patterns
Other
152 stars 28 forks source link

`iterated` with no seed #100

Open ParadaCarleton opened 1 year ago

ParadaCarleton commented 1 year ago

Would be nice to have a version of iterated with no seed that just returns the iterated function f composed n times. Leaving this here so I don't forget to make a PR when I have the time.