kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.text
/
setCharAt
set
Char
At
Native
inline
fun
StringBuilder
.
setCharAt
(
index
:
Int
,
value
:
Char
)
Deprecated
Use set(index: Int, value: Char) instead
Replace with
set(index, value)
Content copied to clipboard