issues
search
bits-and-blooms
/
bitset
Go package implementing bitsets
BSD 3-Clause "New" or "Revised" License
1.34k
stars
175
forks
source link
len64() - fix docstring, tests for go1.8
#168
Closed
skullhole
closed
2 months ago
skullhole
commented
2 months ago
fixes docstring typo
https://github.com/bits-and-blooms/bitset/issues/167
adds sanity tests for
len64()
as requested in
https://github.com/bits-and-blooms/bitset/pull/165
fixes typo in unused
leadingZeroes64()
for go1.8
lemire
commented
2 months ago
Merging. Releasing.
len64()
as requested in https://github.com/bits-and-blooms/bitset/pull/165leadingZeroes64()
for go1.8