C#C
C#3y ago
__dil__

❔ Iterate over a range

What's the equivalent of this (rust)
for i in 0..10 { /* ...do stuff... */ }

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.
Was this page helpful?