stdlib
1.4
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Native
stdlib
/
kotlin.native.concurrent
/
AtomicInt
/
addAndGet
add
And
Get
Native
external
fun
addAndGet
(
delta
:
Int
)
:
Int
(
source
)
Increments the value by
delta
and returns the new value.
Since Kotlin
1.3
Return
the new value
Parameters
delta
the value to add