| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Vector.Storable.ByteString
Description
Convert between ByteString and Vector.Storable
without copying.
Synopsis
- byteStringToVector :: Storable a => ByteString -> Vector a
- vectorToByteString :: Storable a => Vector a -> ByteString
Documentation
See also the caveats mentioned in the package's top-level documentation.