val listForUpdate: MutableList<Int> = mutableListOf<Int>()
listForUpdate.add(1)
val result: Array<Int> = listForUpdate.toTypedArray()