StringSymbol

inline class StringSymbol(identity: String) : Symbol

A Symbol with a String identity

Constructors

StringSymbol
Link copied to clipboard
common
fun StringSymbol(identity: String)

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

identity
Link copied to clipboard
common
open override val identity: String
Identity object for the symbol.