Re-exportsยง
pub use self::entry::Entry;
Experimental pub use self::entry::OccupiedEntry;
Experimental pub use self::entry::VacantEntry;
Experimental pub use super::map::UnorderedKeyError;
Experimental
Modulesยง
- entry ๐
Structsยง
- BTree
Set - An ordered set based on a B-Tree.
- Difference
- A lazy iterator producing elements in the difference of
BTreeSet
s. - Intersection
- A lazy iterator producing elements in the intersection of
BTreeSet
s. - Into
Iter - An owning iterator over the items of a
BTreeSet
in ascending order. - Iter
- An iterator over the items of a
BTreeSet
. - Range
- An iterator over a sub-range of items in a
BTreeSet
. - Symmetric
Difference - A lazy iterator producing elements in the symmetric difference of
BTreeSet
s. - Union
- A lazy iterator producing elements in the union of
BTreeSet
s. - Cursor
Experimental - A cursor over a
BTreeSet
. - Cursor
Mut Experimental - A cursor over a
BTreeSet
with editing operations. - Cursor
MutKey Experimental - A cursor over a
BTreeSet
with editing operations, and which allows mutating elements. - Extract
If Experimental - An iterator produced by calling
extract_if
on BTreeSet.
Enumsยง
- Difference
Inner ๐ - Intersection
Inner ๐