It could be neat for things sur as `for(i in 0..&l...
# language-proposals
y
It could be neat for things sur as
for(i in 0..<mylist.size)
rather than
for(i in 0..mylist.size-1)