Retain fact that index/offsets for GEP are non-negative for `size_t/uint64_t` offsets?

FWIW in Rust we would have good use for nsw – we would possibly use it everywhere instead of inbounds, if only to avoid questions like this.

1 Like