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