const math/bits.deBruijn64
2 uses
math/bits (current package)
bits.go#L43: const deBruijn64 = 0x03f79d71b4ca8b09
bits.go#L99: return int(deBruijn64tab[(x&-x)*deBruijn64>>(64-6)])
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)