class

Unsafe

const class Unsafe : Obj

Unsafe wraps a mutable object as an immutable reference.

constructors make

Wrap specified object

methods val

Get the wrapped object

make new make(Obj? val)

Wrap specified object.

val Obj? val()

Get the wrapped object.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST