How to turn off wraparound?

hi @max9111 I think it depends what you mean by “completely”.

You can “disable” it for any given loop by casting the loop variable to an unsigned integer, as described in this discussion: Uint64 vs int64 indexing performance difference

I’m not aware of a way to turn it off globally.

Luk