func encoding/hex.DecodedLen

3 uses

	encoding/hex (current package)
		hex.go#L68: func DecodedLen(x int) int { return x / 2 }

	github.com/gotd/td/tdjson
		decoder.go#L143: 	if l := hex.DecodedLen(len(v)); l != len(result) {
		decoder.go#L164: 	if l := hex.DecodedLen(len(v)); l != len(result) {