insertAt

fun IntArray.insertAt(value: Int, index: Int): IntArray

Inserts the value at the index, returning a new array