Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 662 Bytes

nifty-tou.intrange.adjacentto.md

File metadata and controls

26 lines (15 loc) · 662 Bytes

Home > nifty-tou > IntRange > adjacentTo

IntRange.adjacentTo() method

Test if this range is adjacent to (but not intersecting) a given range.

Signature:

adjacentTo(o: IntRange): boolean;

Parameters

Parameter Type Description
o IntRange the range to compare to this range

Returns:

boolean

true if this range is adjacent to the given range