You'll need to come up with a different syntax, `f...
# announcements
k
You'll need to come up with a different syntax,
foo?[i]
already means
foo?.get(i)
.