fun insert(index: Int, value: Any?): Unit
Since 1.0 inserts value at specified index. all elements from that index to the end are moved one step, and none is replaced.