insertAt

fun insertAt(index: Int, value: Double): DoubleArrayList
fun insertAt(index: Int, value: DoubleArray, start: Int = 0, end: Int = value.size): DoubleArrayList