show

fun <K, V> MutableMap<K, V>.show(level: Display = Display.User, style: DisplayStyles = DEFAULT_STYLE, indent: Int = 0): String?


expect fun show(p: KProperty1<*, *>, obj: Any): String

Show a particular property of an object (internal CLI API)

actual fun show(p: KProperty1<*, *>, obj: Any): String