| ||||
| ||||
Documentation | ||||
data FastMutInt | ||||
newFastMutInt :: IO FastMutInt | ||||
readFastMutInt :: FastMutInt -> IO Int | ||||
writeFastMutInt :: FastMutInt -> Int -> IO () | ||||
data FastMutPtr | ||||
newFastMutPtr :: IO FastMutPtr | ||||
readFastMutPtr :: FastMutPtr -> IO (Ptr a) | ||||
writeFastMutPtr :: FastMutPtr -> Ptr a -> IO () | ||||
Produced by Haddock version 2.4.2 |