chickadee » srfi-179 » interval-intersect

interval-intersect interval-1 interval-2 ...procedure

If all the arguments are intervals of the same dimension and they have a nonempty intersection, then interval-intersect returns that intersection; otherwise it returns #f.

It is an error if the arguments are not all intervals with the same dimension.