func math/bits.LeadingZeros32 one use math/bits (current package) bits.go#L28: func LeadingZeros32(x uint32) int { return 32 - Len32(x) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)