For me it would also be for loop counting variable types, including the ability to do this:
for (0..32) |i: u5| {} // max value does not have to fit the type
For me it would also be for loop counting variable types, including the ability to do this:
for (0..32) |i: u5| {} // max value does not have to fit the type