kotbase
Toggle table of contents
3.1
Select version
3.1
3.0
apple
common
jvmCommon
linuxMingw
Platform filter
apple
common
jvmCommon
linuxMingw
Switch theme
kotbase
couchbase-lite
/
kotbase
/
MutableArray
/
addString
add
String
apple
common
jvmCommon
linuxMingw
actual
fun
addString
(
value
:
String
?
)
:
MutableArray
(
source
)
expect
fun
addString
(
value
:
String
?
)
:
MutableArray
(
source
)
Adds a String object to the end of the array.
Return
The self object
Parameters
value
the String object
actual
fun
addString
(
value
:
String
?
)
:
MutableArray
(
source
)
actual
fun
addString
(
value
:
String
?
)
:
MutableArray
(
source
)