()
| 304 | Self { |
| 305 | sparse: Default::default(), |
| 306 | dense: Default::default(), |
| 307 | } |
| 308 | } |
| 309 | } |
| 310 | |
| 311 | impl<K, V> IntoIterator for SparseMap<K, V> |
| 312 | where |
| 313 | K: EntityRef, |
| 314 | { |
nothing calls this directly
no outgoing calls
no test coverage detected