Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
genericPutVector :: (Serialize a, Vector v a) => Putter (v a)cereal-vector Data.Vector.Serialize Write a Vector.
genericPutVectorWith :: Vector v a => Putter a -> Putter (v a)cereal-vector Data.Vector.Serialize Write a Vector using custom Putter for the vector's elements.
unsafeGetVector :: Storable a => Get (Vector a)cereal-vector Data.Vector.Storable.UnsafeSerialize Get a Vector in host order, endian form, and word width.
unsafePutVector :: Storable a => Putter (Vector a)cereal-vector Data.Vector.Storable.UnsafeSerialize Put a Vector in host order, endian form, and word width.
-
classy-prelude ClassyPrelude No documentation available.
-
classy-prelude ClassyPrelude No documentation available.
asSVector :: SVector a -> SVector aclassy-prelude ClassyPrelude No documentation available.
asUVector :: UVector a -> UVector aclassy-prelude ClassyPrelude No documentation available.
asVector :: Vector a -> Vector aclassy-prelude ClassyPrelude No documentation available.
fromByteVector :: SVector Word8 -> ByteStringclassy-prelude ClassyPrelude Convert a storable Vector into a ByteString.