flat-0.3.2: Principled and efficient bit-oriented binary serialization.

Safe HaskellNone
LanguageHaskell2010

Data.Flat.Encoder.Size

Description

Primitives to calculate the encoding size of a value

Documentation

sIntegral :: (Bits t, Integral t) => t -> Int Source #

numBlks :: Integral t => t -> t -> t Source #