This crops up every now and then for me: I have some C# code badly wanting the range() function available in Python.
range()
I am aware of using
for
Enumerable.Range(start, numElements);