On Saturday, 21 May 2022 at 17:07:41 UTC, mw wrote: > 1) can we also have a true "loop counter"? That's what the `enumerate` thing does. Or you can just int counter; for(whatever) { scope(exit) counter++; }