commonMain.workarounds.StringBuilder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluid-stdlib-macosx64 Show documentation
Show all versions of fluid-stdlib-macosx64 Show documentation
Potentially useful Kotlin standard library additions
The newest version!
package com.github.fluidsonic.fluid.stdlib
@Suppress("EXTENSION_SHADOWED_BY_MEMBER")
internal expect fun StringBuilder.replace(start: Int, end: Int, replacement: String): StringBuilder