Safe Haskell | None |
---|---|
Language | GHC2021 |
Bytezap.Poke.Derived
Synopsis
- shortByteString :: ShortByteString -> Poke s
- text :: Text -> Poke s
- char :: Char -> Poke s
- unsafePokeIndexed :: (Int -> Poke s) -> Int -> Int -> Poke s
Documentation
shortByteString :: ShortByteString -> Poke s Source #
Poke a ShortByteString
.