“i” will be typed as int64. However, you can use numba.uint64(i) to create a new variable from it that is unsigned.
2 Likes
“i” will be typed as int64. However, you can use numba.uint64(i) to create a new variable from it that is unsigned.