const math.MaxUint
6 uses
math (current package)
const.go#L52: MaxUint = 1<<intSize - 1 // MaxUint32 or MaxUint64 depending on intSize.
github.com/jackc/pgx/v5/pgtype
builtin_wrappers.go#L263: if uint64(v.Int64) > math.MaxUint {
builtin_wrappers.go#L296: if math.MaxUint < ui {
int.go#L1706: if uint64(n) > math.MaxUint {
go.pact.im/x/flaky
backoff.go#L59: if n == math.MaxUint {
retry.go#L50: for n := uint(0); n < math.MaxUint; n++ {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)