func math/bits.LeadingZeros
2 uses
math/bits (current package)
bits.go#L19: func LeadingZeros(x uint) int { return UintSize - Len(x) }
math/big
arith.go#L60: return uint(bits.LeadingZeros(uint(x)))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)