Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
bencode Data.BEncode.Lexer No documentation available.
fromList :: [Char] -> BitSetWord8bitset-word8 Data.BitSetWord8 Convert given List of Char into packed bitwise set of Word64. Any Char having code point greater than 0xff is ignored.
fromList :: [Char] -> BitSetWord8bitset-word8 Data.BitSetWord8.Internal Convert given List of Char into packed bitwise set of Word64. Any Char having code point greater than 0xff is ignored.
toBoolList :: Set Word8 -> [Bool]bitset-word8 Data.BitSetWord8.Internal Convert Set of Word8 to full filled list of boolean existence flag.
toWord64List :: [Bool] -> [Word64]bitset-word8 Data.BitSetWord8.Internal Convert full filled boolean list into 4 packed Word64 list.
newListArray :: Ix i => (i, i) -> [Bool] -> IO (IOBitArray i)bitwise Data.Array.BitArray.IO Create a new array filled with values from a list.
newListArray :: Ix i => (i, i) -> [Bool] -> ST s (STBitArray s i)bitwise Data.Array.BitArray.ST Create a new array filled with values from a list.
fromListBE :: Bits b => [Bool] -> bbitwise Data.Bits.Bitwise Convert a big-endian list of bits to Bits.
fromListLE :: Bits b => [Bool] -> bbitwise Data.Bits.Bitwise Convert a little-endian list of bits to Bits.
toListBE :: FiniteBits b => b -> [Bool]bitwise Data.Bits.Bitwise Convert a FiniteBits to a list of bits, in big-endian order.