Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Basics.Word
Documentation
readByteArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, T# #) Source #
writeByteArray# :: MutableByteArray# s -> Int# -> T# -> State# s -> State# s Source #
indexByteArray# :: ByteArray# -> Int# -> T# Source #
shrink# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, MutableByteArray# s #) Source #