What do you dislike about Rust?

Because mathematically ranges should always be inclusive…exclusive, else a lot of math becomes just a lot harder. It’s a similar reason as to why we start at 0 instead of 1, mathematically it makes so much more sense and simplifies code and reasoning in the vast vast majority of cases. See the prior link (for note, Dijkstra is a pretty huge name in both math and programming). :slight_smile: