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.
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.