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