Skip to main content

iterate

functionv1.7

cljs.core/iterate

Available in:BBCLJCLJS
(iterate [f x])
Returns a lazy sequence of x, (f x), (f (f x)) etc. f must be free of side-effects

No examples yet. Be the first to add one!