go-imgrow/maxint.go

4 lines
50 B
Go
Raw Normal View History

2024-02-09 19:07:51 +00:00
package imgrow
const intMax = int(^uint(0) >> 1)