mirror of
https://github.com/ziglang/zig.git
synced 2026-03-13 06:40:36 +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.