A readonly reference that allows access to the value initialized at construction time.
class constant reference[any value value type]
implements reference wrapper[value type]
extends debuggable
private value wrapper[value type] the value
private type id the reference type
override value wrapper[value type] get()
return the value
override void init(value wrapper[value type] new value)
utilitiespanic("Can't init a constant_reference")
override void set(value wrapper[value type] new value)
utilitiespanic("Can't set a constant_reference")
override string to string()
return utilitiesdescribe(this, the value)