|
|
|
|
|
by SkiFire13
961 days ago
|
|
They have bound checking through the `vec.at(index)` method, not through the indexing operator `vec[index]`. Most people won't even look at the `at` method, they will just use the indexing operator since that's supposed to be the "default" . |
|