Even here? ```for (i in array.indices) { for (j ...
# announcements
m
Even here?
Copy code
for (i in array.indices) {
  for (j in 0..i - 1) { ... }
}