[−][src]Module slotmap::sparse_secondary
Contains the sparse secondary map implementation.
Structs
| Drain | A draining iterator for |
| IntoIter | An iterator that moves key-value pairs out of a |
| Iter | An iterator over the key-value pairs in a |
| IterMut | A mutable iterator over the key-value pairs in a |
| Keys | An iterator over the keys in a |
| SparseSecondaryMap | Sparse secondary map, associate data with previously stored elements in a slot map. |
| Values | An iterator over the values in a |
| ValuesMut | A mutable iterator over the values in a |