@hackage bits-show0.0.0.0

Showing data as strings of 0 and 1

  • Installation

  • Dependencies (1)

  • Dependents (0)

The showFiniteBits function, for a type belonging to the FiniteBits class, displays the bits as a string. All the bits are shown; e.g. for an Int32 you will always get a string of length 32.