insertDate

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

Inserts a 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 Date object

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