tagged-vec 0.4.1

A Vec which can be indexed by one specific type
Documentation
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.