crystal
crystal copied to clipboard
ArithmeticError when accessing an Indexable with an empty unsigned range with exclude-end
Bug Report
"foobar"[3_u32...3_u32]
This should probably just be an empty string, but at the moment this results in an ArithmeticError.
Add a :+1: reaction to issues you find important.
Related: #13648