InternId

inline class InternId(val value: Int)

An ID representing an interned value

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if this ID represents a value interned by local InternRoot

Link copied to clipboard

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

Functions

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