sys::Obj sys::Unsafe
Unsafe is used to wrap a non-const mutable objects so that it can be passed as an immutable reference.
new make(Obj? val)
Wrap specified object.
Obj? val()
Get the wrapped object.