delay
macrov1.9
cljs.spec.impl.gen/delay
(delay [& body])given body that returns a generator, returns a
generator that delegates to that, but delays
creation until used.
Examples
No examples yet. Be the first to add one!
cljs.spec.impl.gen/delay
(delay [& body])No examples yet. Be the first to add one!