plus

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.