const math.MaxUint32
3 uses
math (current package)
const.go#L55: MaxUint32 = 1<<32 - 1 // 4294967295
math/big
float.go#L99: MaxPrec = math.MaxUint32 // largest (theoretically) supported precision; likely memory-limited
net/http
h2_bundle.go#L4288: clientMaxStreams: math.MaxUint32, // Section 6.5.2: "Initially, there is no limit to this value"
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |