Releases: tunabay/go-bitarray
Releases · tunabay/go-bitarray
v1.3.1
v1.3.0
v1.2.0
- Add functions and methods to copy bits from/into
Buffer
. - Add an offset to
Buffer
data structure to avoid unnecessary bit-shifting. - Add
Buffer.Slice()
methods. - Add
NewBufferFromByteSlice()
that can handle[]byte
as a bit array without copying it. - Add other trivial methods.