Tag Archives: C# 13
Modern C# Part 2 – Accessing via Implicit Index
Until now, if you wanted to access the last item in a list you had to use a slightly cumbersome syntax. C# 13 introduces the “hat” operator (^) where ^1 is the last element in your collection, ^2 is the … Continue reading