Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.ByteString.ToolsYj
Documentation
fromBits :: Bits b => b -> ByteString Source #
fromBits' :: FiniteBits b => b -> ByteString Source #
toBits :: Bits b => ByteString -> b Source #
toBits' :: FiniteBits b => ByteString -> Maybe b Source #
toBitsBE :: Bits b => ByteString -> b Source #