Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
primMapLazyByteStringFixed :: FixedPrim Word8 -> LazyByteString -> Builderbytestring Data.ByteString.Builder.Prim Heavy inlining. Encode all bytes of a LazyByteString from left-to-right with a FixedPrim.
type
StrictByteString = ByteStringbytestring Data.ByteString.Internal Type synonym for the strict flavour of ByteString.
mallocByteString :: Int -> IO (ForeignPtr a)bytestring Data.ByteString.Internal Wrapper of mallocForeignPtrBytes with faster implementation for GHC
mkDeferredByteString :: ForeignPtr Word8 -> Int -> IO ByteStringbytestring Data.ByteString.Internal Variant of fromForeignPtr0 that calls deferForeignPtrAvailability
type
LazyByteString = ByteStringbytestring Data.ByteString.Lazy Type synonym for the lazy flavour of ByteString.
type
LazyByteString = ByteStringbytestring Data.ByteString.Lazy.Internal Type synonym for the lazy flavour of ByteString.
-
bytestring Data.ByteString.Short A compact representation of a Word8 vector. It has a lower memory overhead than a ByteString and does not contribute to heap fragmentation. It can be converted to or from a ByteString (at the cost of copying the string data). It supports very few other operations.
ShortByteString :: ByteArray -> ShortByteStringbytestring Data.ByteString.Short No documentation available.
unShortByteString :: ShortByteString -> ByteArraybytestring Data.ByteString.Short No documentation available.
-
bytestring Data.ByteString.Short.Internal A compact representation of a Word8 vector. It has a lower memory overhead than a ByteString and does not contribute to heap fragmentation. It can be converted to or from a ByteString (at the cost of copying the string data). It supports very few other operations.