tagged-vec 0.1.0

A Vec which can be indexed by one specific type
Documentation

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.