mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 18:13:19 +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.