```for ((index, uInt) in a.withIndex()) { ... ...
# announcements
r
Copy code
for ((index, uInt) in a.withIndex()) {
    ...
}