intersect-range ( r1 r2 -- n/f )


Vocabulary
compiler.cfg.linear-scan.ranges

Inputs
r1a pair
r2a pair


Outputs
n/fnumber or f


Word description
First index for the ranges intersection, or f if they don't intersect.

Definition