types
/
kotools.types.number
/
IntHolder
/
plus
common
plus
open operator fun
plus
(other:
Int
):
Int
Content copied to clipboard
open operator fun
plus
(other:
IntHolder
):
Int
Content copied to clipboard
Adds the
other
value to this
value
.