chickadee » srfi-179 » interval-for-each

interval-for-each f intervalprocedure

This routine assumes that interval is an interval and f is a routine whose domain includes elements of interval. It is an error to call interval-for-each if interval and f do not satisfy these conditions.

interval-for-each calls f with each multi-index of interval as arguments, all in lexicographical order.