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
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.