It looks like `for (i in list.indices)` provides a...
# android
s
It looks like
for (i in list.indices)
provides a better syntax. It’s still creating an IntRange object though it looks like. Anyone have a better suggestion?