battlecode / battlecode-2018

:rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indexing vectors with square brackets can panic

kazimuth opened this issue · comments

e.g. here, probably other places

we should use vector.get(index)? instead