addString

actual open override fun addString(value: String?): MutableArray(source)
expect open override 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 open override 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 open override fun addString(value: String?): MutableArray(source)