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.
xor8LazyByteString :: Word8 -> ByteString -> ByteStringxor Data.XOR Apply 8-bit XOR mask to each octet of a lazy ByteString. See also xor8StrictByteString
xor8ShortByteString :: Word8 -> ShortByteString -> ShortByteStringxor Data.XOR Apply 8-bit XOR mask to each octet of a ShortByteString. See also xor8StrictByteString
xor8StrictByteString :: Word8 -> ByteString -> ByteStringxor Data.XOR Apply 8-bit XOR mask to each octet of a ByteString.
>>> xor8StrictByteString 0x20 "Hello" "hELLO"
This function is a faster implementation of the semantically equivalent function shown below:xor8StrictByteString'ref :: Word8 -> BS.ByteString -> BS.ByteString xor8StrictByteString'ref 0 = id xor8StrictByteString'ref msk0 = BS.map (xor msk0)
parseByteString :: Value a -> ByteString -> Either Text ayaml-unscrambler YamlUnscrambler Run a value parser on strict bytestring.
ZipDataByteString :: ByteString -> ZipData (m :: Type -> Type)zip-stream Codec.Archive.Zip.Conduit.Types A known ByteString, which will be fully evaluated (not streamed)
ZipDataByteString :: ByteString -> ZipData (m :: Type -> Type)zip-stream Codec.Archive.Zip.Conduit.Zip A known ByteString, which will be fully evaluated (not streamed)
hashByteString :: ByteString -> HashAgda Agda.Utils.Hash No documentation available.
uniformByteStringM :: HasStatefulGen a m => Int -> m ByteStringImpSpec Test.ImpSpec.Random No documentation available.
uniformShortByteStringM :: HasStatefulGen a m => Int -> m ShortByteStringImpSpec Test.ImpSpec.Random No documentation available.
pathFromByteString :: Fractional n => ByteString -> Either String [PathCommand n]SVGFonts Graphics.SVGFonts.ReadPath No documentation available.