IdentifierInfoKey

Because the IdentifierInfo map keys may be either tstr or int we need a class which keeps track of the specific key type

Inheritors

Types

Link copied to clipboard
data class KeyInt(val key: Int) : IdentifierInfoKey
Link copied to clipboard
data class KeyString(val key: String) : IdentifierInfoKey
Link copied to clipboard
object Serializer : KSerializer<IdentifierInfoKey>

Properties

Link copied to clipboard
abstract val key: Any