golang.org/x/tools/internal/pkgbits.Encoder.Uint (method)
one use
golang.org/x/tools/internal/pkgbits (current package)
encoder.go#L297: func (w *Encoder) Uint(x uint) { w.Uint64(uint64(x)) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)