kotlin-stdlib / kotlin.text / setCharAt setCharAt Native 1.3 fun StringBuilder.setCharAt(index: Int, value: Char) Deprecated: Use set(index: Int, value: Char) instead