Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 652 Bytes

nifty-tou.intrange.intersects.md

File metadata and controls

26 lines (15 loc) · 652 Bytes

Home > nifty-tou > IntRange > intersects

IntRange.intersects() method

Test if this range intersects with a given range.

Signature:

intersects(o: IntRange): boolean;

Parameters

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

Returns:

boolean

true if this range intersects (overlaps) with the given range