kotlin-stdlib
Common
JRE
Native
kotlin-stdlib
/
kotlin
/
Char
/
plus
plus
Common
JRE
Native
operator
fun
plus
(
other
:
Int
)
:
Char
Adds the other Int value to this value resulting a Char.
operator
fun
plus
(
other
:
Int
)
:
Char
Adds the other Int value to this value resulting a Char.
inline operator
fun
plus
(
other
:
Int
)
:
Char
Adds the other Int value to this value resulting a Char.