1 2 3 4 5
# Tagged-Vec An alternative to the standard libraries' `Vec` which is indexed with a custom type instead of `usize`. This is useful to catch errors like using the wrong variable to index the vector.