Symbol

data class Symbol(val title: String = "Symbol") : Type

Used to define the type of a character

Example: 'z'

Constructors

Link copied to clipboard
constructor(title: String = "Symbol")

Properties

Link copied to clipboard
open override val title: String

represents the name of the type