Add proposal for System.Index and System.Range#48
Conversation
9fb4b0d to
7659764
Compare
|
I kind of missed the discussion where the syntax for from-the-end indexes was changed from negative indexes to An index “from end” suggests to me that I basically index the collection like normal but starting at the end. Since indexing starts at zero, |
|
@poke: The C# LDM decided on FWIW, this is the design that @MadsTorgersen and I showed demoed at Build back in May. The discussion thread for this is on the C# language design repo here: dotnet/csharplang#185. Here's a pointer to my comment describing the design decision: dotnet/csharplang#185 (comment). |
|
@DustinCampbell Ah, thanks a lot for the explanation and the pointers. That does make sense! :) I’ll read that other discussion later to catch up. |
No description provided.