plus

@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.plus(other: NegativeInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.plus(other: NonZeroInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.plus(other: PositiveInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.plus(other: StrictlyNegativeInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.plus(other: StrictlyPositiveInt): Int

Adds the other value to this value.