c2a08d7c51
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. |
||
---|---|---|
.. | ||
index.zig | ||
ziggurat.zig |