inline class InternId
An ID representing an interned value
InternId(value: Int)
An ID representing an interned value |
val isLocal: Boolean
True if this ID represents a value interned by local InternRoot |
|
val isValid: Boolean
True if this ID represents an actual interned value. False indicates a failed interning operation or unset value |
|
val value: Int |
fun toString(): String |
val invalid: InternId |
fun <T> T.deepClonePolymorphic(): T |