CompactStringConvertible

A type that can produce a compact, human-readable string representation of itself.

Intended for concise logging and debugging output, as a shorter alternative to the verbose default toString.

Inheritors

Functions

Link copied to clipboard
abstract fun toCompactString(): String

Returns a compact, human-readable representation of this value.