mirror of
https://github.com/ziglang/zig.git
synced 2025-12-09 15:53:08 +00:00
The function returns a value in [start, end), but was asserting start <= end instead of start < end. With this fix, range(1, 1) will now assertion error instead of dividing by zero.