toggle menu
Kotools Types
5.2.0
common
switch theme
search in API
types
/
kotools.types.number
/
plus
plus
operator
fun
Int
.
plus
(
other
:
AnyInt
)
:
Int
operator
fun
AnyInt
.
plus
(
other
:
Int
)
:
Int
operator
fun
AnyInt
.
plus
(
other
:
AnyInt
)
:
Int
Adds the
other
integer to this one.
Since
4.1.0