const internal/abi.BoundsMaxConst

3 uses

	internal/abi (current package)
		bounds.go#L26: 	BoundsMaxConst = 31
		bounds.go#L67: 		if xVal < 0 || xVal > BoundsMaxConst {
		bounds.go#L79: 		if yVal < 0 || yVal > BoundsMaxConst {