plus

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

Adds a range to another.

Return

a list of ranges.

Parameters

other

Range to be added.