Fan

 

const final class

sys::Unsafe

sys::Obj
  sys::Unsafe

Unsafe is used to wrap a non-const mutable objects so that it can be passed as an immutable reference.

Slots

makeSource

new make(Obj? val)

Wrap specified object.

valSource

Obj? val()

Get the wrapped object.