plus

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