Bits
Bits is a Swift library for working with raw bits and bytes in a byte buffer.
Bits allows for packing and unpacking of both bytes and bits in relation to an array of bytes of arbitrary length. And SimpleBits is a simplified version of Bits which uses only one byte.
Bits
Bits is a Swift library for working with raw bits and bytes in a byte buffer.
Bits allows for packing and unpacking of both bytes and bits in relation to an array of bytes of arbitrary length. And SimpleBits is a simplified version of Bits which uses only one byte.