❔ 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
How can I do it in the more compact way (and without errors)?
Left.Lane collection should be returned in backward order.How can I do it in the more compact way (and without errors)?
