insertDate

expect fun insertDate(index: Int, value: Instant?): MutableArray(source)

Inserts an Instant date object at the given index.

Return

The self object

Parameters

index

the index. This value must not exceed the bounds of the array.

value

the Instant date object

actual fun insertDate(index: Int, value: Instant?): MutableArray(source)
actual fun insertDate(index: Int, value: Instant?): MutableArray(source)