transients-0: Transients

Safe HaskellUnsafe
LanguageHaskell2010

Data.Transient.Primitive.Unsafe

Contents

Synopsis

Documentation

unsafeCheckMutableArray :: PrimMonad m => MutableArray (PrimState m) a -> m Bool Source

This returns True if the MutableArray is unfrozen and can still be mutated.

unsafeCheckSmallMutableArray :: PrimMonad m => SmallMutableArray (PrimState m) a -> m Bool Source

This returns True if the SmallMutableArray is unfrozen and can still be mutated.

Custom foreign primitives