setCharAt

inline fun StringBuilder.setCharAt(index: Int, value: Char)(source)

Deprecated

Warning since 1.3

Error since 1.6

Use set(index: Int, value: Char) instead

Replace with

set(index, value)

Since Kotlin

1.3
inline fun StringBuilder.setCharAt(index: Int, value: Char)(source)

Deprecated

Warning since 1.3

Error since 1.6

Use set(index: Int, value: Char) instead

Replace with

set(index, value)

Since Kotlin

1.8
inline fun StringBuilder.setCharAt(index: Int, value: Char)(source)

Deprecated

Warning since 1.3

Error since 1.6

Use set(index: Int, value: Char) instead

Replace with

set(index, value)

Since Kotlin

1.8