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.
concatByteString :: Chunks -> ByteStringbyteslice Data.Bytes.Chunks Concatenate chunks into a strict bytestring.
toByteString :: EmailAddress -> ByteStringemail-validate Text.Email.Parser Converts an email address back to a ByteString
toByteString :: EmailAddress -> ByteStringemail-validate Text.Email.Validate Converts an email address back to a ByteString
castFromByteString :: Comp -> ByteString -> Vector S Word8massiv Data.Massiv.Array.Manifest O(1) - Cast a strict ByteString into a Storable array
castToByteString :: Index ix => Array S ix Word8 -> ByteStringmassiv Data.Massiv.Array.Manifest O(1) - Cast a Storable array into a strict ByteString
fromByteString :: Load r Ix1 Word8 => Comp -> ByteString -> Vector r Word8massiv Data.Massiv.Array.Manifest O(n) - Convert a strict ByteString into a manifest array. Will return Nothing if length doesn't match the total number of elements of new array.
toByteString :: Load r ix Word8 => Array r ix Word8 -> ByteStringmassiv Data.Massiv.Array.Manifest O(n) - Convert any source array into a strict ByteString. In case when the source array is actually storable, no memory copy will occur.
type family
ToParamSchemaByteStringError bs :: kopenapi3 Data.OpenApi.Internal.ParamSchema No documentation available.
type family
ToSchemaByteStringError bs :: kopenapi3 Data.OpenApi.Internal.Schema No documentation available.
-
ByteString support for pipes This library provides pipes utilities for ByteStrings