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