(print-length-loop [bindings & body])A version of loop that iterates at most *print-length* times. This is designed
for use in pretty-printer dispatch functions.
Examples
No examples yet. Be the first to add one!
(print-length-loop [bindings & body])No examples yet. Be the first to add one!