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