internalsOf

expect fun internalsOf(x: () -> Any): String

Renders the internal state of the value returned by x for diagnostic logging: toString() on the JVM, JSON.stringify on JS.

actual fun internalsOf(x: () -> Any): String

Renders the internal state of the value returned by x for diagnostic logging: toString() on the JVM, JSON.stringify on JS.

actual fun internalsOf(x: () -> Any): String

Renders the internal state of the value returned by x for diagnostic logging: toString() on the JVM, JSON.stringify on JS.