Identifier

@Serializable
data class Identifier(value: String)

Representation of an Identifier that can serialized and deserialized. We use Identifier to represent the module "name" in "ModuleId" and the "function name" in "EntryFunction"

Constructors

Link copied to clipboard
constructor(value: String)

Functions

Link copied to clipboard
open override fun toString(): String