Symbol

A symbol class that is used to define unique constants that are self-explanatory in debugger.

Constructors

Link copied to clipboard
constructor(symbol: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
inline fun <T> unbox(value: Any?): T