Module

Foreign.Object.ST.Unsafe

Package
purescript-foreign-object
Repository
purescript/purescript-foreign-object

#unsafeFreeze Source

unsafeFreeze :: forall r a. STObject r a -> ST r (Object a)

Unsafely get the object out of ST without copying it

If you later change the ST version of the map the pure value will also change.