`a[i]` is more concise than `a.get(i)`
# getting-started
m
a[i]
is more concise than
a.get(i)