❔ Return IEnumerable backwards

Hey! I got a method which returns a specific collection depending of the parameter. Right now, I needed to add a method to return similar result, but Left.Lane collection should be returned in backward order.


How can I do it in the more compact way (and without errors)?
image.png
Was this page helpful?