Symbol

interface Symbol : MST

A marker interface for a symbol. A symbol must have an identity with equality relation based on it. Other properties are to store additional, transient data only.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val identity: String

Identity object for the symbol. Two symbols with the same identity are considered to be the same symbol.

Sources

Link copied to clipboard