const math.MaxUint16
4 uses
math (current package)
const.go#L49: MaxUint16 = 1<<16 - 1
compress/flate
huffman_code.go#L57: func maxNode() literalNode { return literalNode{math.MaxUint16, math.MaxInt32} }
encoding/gob
dec_helpers.go#L386: if math.MaxUint16 < x {
decode.go#L275: if math.MaxUint16 < v {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)