A range function to loop over an index without an extra variable
for (range(10)) |_, i| { // 'i' will increment from 0 -> 9 }
$ zigmod fetch $ zig build
MIT