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.2.8-preview. (GOOS=darwin GOARCH=arm64)