bits icon indicating copy to clipboard operation
bits copied to clipboard

Bit twiddling and bitwise serialization primitives

Results 1 bits issues
Sort by recently updated
recently updated
newest added

GHCJS doesn't support linking to C, naturally, so I made `Data.Bits.Extras` optionally use `unsafeIndex` into `ByteString`s instead of linking to static C arrays. Now that the tables exist in both...