minus

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