minus

operator fun minus(other: Range): List<Range>

Removes one range from the other.

Return

a list of ranges.

Parameters

other

Range to be added.