Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
leftEncode :: forall b. (Integral b, FiniteBits b) => b -> ByteString Source #
leftEncodeFromBytes :: (Integral b, FiniteBits b) => b -> ByteString Source #
encodeString :: ByteString -> ByteString Source #
encodedByteLength :: ByteString -> Int Source #
encodedVectorByteLength :: Foldable f => f ByteString -> Int Source #
bareEncode :: (Integral b, FiniteBits b) => b -> ByteString Source #
bareEncodeFromBytes :: (Integral b, FiniteBits b) => b -> ByteString Source #
lengthOfBareEncode :: (Integral b, FiniteBits b) => b -> Int Source #
lengthOfBareEncodeFromBytes :: (Integral b, FiniteBits b) => b -> Int Source #
lengthOfLeftEncode :: (Integral b, FiniteBits b) => b -> Int Source #
lengthOfLeftEncodeFromBytes :: (Integral b, FiniteBits b) => b -> Int Source #