Home > nifty-tou > IntRange > adjacentTo
Test if this range is adjacent to (but not intersecting) a given range.
Signature:
adjacentTo(o: IntRange): boolean;
Parameter | Type | Description |
---|---|---|
o | IntRange | the range to compare to this range |
Returns:
boolean
true
if this range is adjacent to the given range