otrego / clamshell

Clamshell is a library of Golang functions and tools for the game go
Apache License 2.0
18 stars 11 forks source link

Convert point from int64 to int. #210

Closed artasparks closed 3 years ago

artasparks commented 3 years ago

Using int64 is a bit annoying because int and int64 don't easily convert between eachother. Also, indices must be specified as integers, and range also produces integers.