StringReference

expect class StringReference : Closable

Provides a reference to a Kotlin String, which can be cleaned up later on.

actual class StringReference : Closable
actual class StringReference : Closable

Types

Link copied to clipboard
expect object Companion
actual object Companion
actual object Companion

Functions

close
Link copied to clipboard
abstract fun close()
open override fun close()
open override fun close()

Properties

ref
Link copied to clipboard

The reference to the String.

The reference to the String.

Link copied to clipboard
expect val str: String

The Kotlin String.

actual val str: String
actual val str: String