Module slotmap::dense [−][src]
Contains the dense slot map implementation.
Structs
DenseSlotMap | Dense slot map, storage with stable unique keys. |
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 |
Values | An iterator over the values in a |
ValuesMut | A mutable iterator over the values in a |