Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
data FastMutIntSource
readFastMutInt :: FastMutInt -> IO IntSource
writeFastMutInt :: FastMutInt -> Int -> IO ()Source
data FastMutPtrSource
readFastMutPtr :: FastMutPtr -> IO (Ptr a)Source
writeFastMutPtr :: FastMutPtr -> Ptr a -> IO ()Source