An alternative to the standard libraries’ Vec which is indexed with a custom type instead of usize.
Vec
usize
This is useful to catch errors like using the wrong variable to index the vector.
Index