# Objective - `MapEntities` is not implemented for arrays, `HashMap`, `BTreeMap`, and `IndexMap`. ## Solution - Implement `MapEntities` for arrays, `HashMap`, `BTreeMap`, `IndexMap` ## Testing - I didn't add a test for this as the implementations seems pretty trivial |
||
|---|---|---|
| .. | ||
| clone_entities.rs | ||
| entity_set.rs | ||
| hash_map.rs | ||
| hash_set.rs | ||
| hash.rs | ||
| index_map.rs | ||
| index_set.rs | ||
| map_entities.rs | ||
| mod.rs | ||
| unique_array.rs | ||
| unique_slice.rs | ||
| unique_vec.rs | ||