plus

@SinceKotoolsTypes(version = "4.1")
operator fun Int.plus(other: AnyInt): Int
@SinceKotoolsTypes(version = "4.1")
operator fun AnyInt.plus(other: Int): Int
@SinceKotoolsTypes(version = "4.1")
operator fun AnyInt.plus(other: AnyInt): Int

Adds the other integer to this one.