| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Bytezap.Bytes
Description
ByteStrings and primitive byte arrays.
Documentation
byteString :: ByteString -> Write Source #
pokeForeignPtr :: ForeignPtr Word8 -> Int -> Poke Source #
memcpyForeignPtr :: Ptr Word8 -> ForeignPtr Word8 -> Int -> IO () Source #
pokeByteArray# :: ByteArray# -> Int# -> Int# -> Poke Source #