bits-and-blooms/bitset

docstring for len64 maybe has wrong case in leading_zeros_18.go

Closed this issue · 0 comments

should be len64:

// Len64 returns the minimum number of bits required to represent x; the result is 0 for x == 0.
func len64(x uint64) (n uint) {

big thx for bitset!