Module collections::btree_mapExperimental
[-]
[+]
[src]
Reexports
pub use self::Entry::*; |
Structs
BTreeMap | A map based on a B-Tree. |
IntoIter | An owning iterator over a BTreeMap's entries. |
Iter | An iterator over a BTreeMap's entries. |
IterMut | A mutable iterator over a BTreeMap's entries. |
Keys | An iterator over a BTreeMap's keys. |
OccupiedEntry | An occupied Entry. |
VacantEntry | A vacant Entry. |
Values | An iterator over a BTreeMap's values. |
Enums
Entry | A view into a single entry in a map, which may either be vacant or occupied. |