❔ Iterate over a range
What's the equivalent of this (rust)
in C#? So basically, how to loop over a range?
I'm not a big fan of C-style loops
I find them very noisy and cumbersome.
in C#? So basically, how to loop over a range?
I'm not a big fan of C-style loops
