InternId

inline class InternId(val value: Int)

An ID representing an interned value

Constructors

Link copied to clipboard
fun InternId(value: Int)

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard
val isLocal: Boolean

True if this ID represents a value interned by local InternRoot

Link copied to clipboard
val isValid: Boolean

True if this ID represents an actual interned value. False indicates a failed interning operation or unset value

Link copied to clipboard
val value: Int