const class Unsafe : Obj
Unsafe wraps a mutable object as an immutable reference.
Wrap specified object
Get the wrapped object
new make(Obj? val)
Wrap specified object.
Obj? val()
Get the wrapped object.