addValue

actual open override fun addValue(value: Any?): MutableArray(source)
expect open override fun addValue(value: Any?): MutableArray(source)

Adds an object to the end of the array.

Return

The self object

Parameters

value

the object

actual open override fun addValue(value: Any?): MutableArray(source)

Adds an object to the end of the array.

Return

The self object

Parameters

value

the object

actual open override fun addValue(value: Any?): MutableArray(source)