| License | BSD-style |
|---|---|
| Maintainer | Foundation |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Foundation.Compat.ByteString
Description
Module to convert bytestring's ByteString type
- fromByteString :: ByteString -> UArray Word8
Documentation
fromByteString :: ByteString -> UArray Word8 Source #
Convert a ByteString to a UArray Word8, without re-allocating or copying anything