I understand that int and uint are 64bit signed / unsigned integers - just like int64 / uint64. And I also understand tha
int
uint
int64
uint64
In addition to int being of "native" size slice and array indices are int and not int64 or int32.