Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
uninitialized# :: Int# -> State# s -> (# State# s, MutableByteArray# s #) Source #
initialized# :: Int# -> T# -> State# s -> (# State# s, MutableByteArray# s #) Source #
copy# :: MutableByteArray# s -> Int# -> ByteArray# -> Int# -> Int# -> State# s -> State# s Source #
copyMutable# :: MutableByteArray# s -> Int# -> MutableByteArray# s -> Int# -> Int# -> State# s -> State# s Source #
shrink# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, MutableByteArray# s #) Source #