1 line
No EOL
203 B
Text
1 line
No EOL
203 B
Text
Introduce constant range checks for checks of the form `x < c` where `p` is a compile-time constant, also for other comparison operators. This works for any `x` and `p`, unlike dynamic `x < y` comparison |