overlaps

Checks if an element in the list of ranges overlaps with the given range.

Return

true if the given range overlaps with any of the ranges in the list.

Parameters

other

Range to be checked.


Checks if the elements in the list of ranges overlaps with the given ranges.

Return

true if the given list of ranges overlaps with any of the ranges in the list.

Parameters

other

Ranges to be checked.