indexical
indexical copied to clipboard
Human-friendly indexed collections
Results
2
indexical issues
Sort by
recently updated
recently updated
newest added
- Add example to docs for `define_index_type!` - Dense vs. Sparse makes no sense. Just call it indexvec - Debug impls - iterators on denseindexmap
Hello! In src/map.rs:219, there is a usage of get_unchecked that is only guarded by a debug_assert!. This can lead to undefined behavior in release builds if the index is ever...