ManagedStringBuilder

@NotThreadSafe
class ManagedStringBuilder(defaultLength: Int = 128, maxRetainedLength: Int = 512)

Constructors

Link copied to clipboard
constructor(defaultLength: Int = 128, maxRetainedLength: Int = 512)

Functions

Link copied to clipboard
inline fun <T> use(block: StringBuilder.() -> T): T