Range.overlaps

Checks whether this range shares any values with the other range specified.

struct Range(T)
bool
overlaps

Parameters

other This

instance to compare with this

Return Value

Type: bool

true if the two ranges share any values

Meta