plus

operator fun ClosedRange<Long>.plus(value: Long): LongRange
operator fun ClosedRange<Int>.plus(value: Int): IntRange

Add value to both start and end of the range