Module set

Source

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ยง

BTreeSet
An ordered set based on a B-Tree.
Difference
A lazy iterator producing elements in the difference of BTreeSets.
Intersection
A lazy iterator producing elements in the intersection of BTreeSets.
IntoIter
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.
SymmetricDifference
A lazy iterator producing elements in the symmetric difference of BTreeSets.
Union
A lazy iterator producing elements in the union of BTreeSets.
CursorExperimental
A cursor over a BTreeSet.
CursorMutExperimental
A cursor over a BTreeSet with editing operations.
CursorMutKeyExperimental
A cursor over a BTreeSet with editing operations, and which allows mutating elements.
ExtractIfExperimental
An iterator produced by calling extract_if on BTreeSet.

Enumsยง

DifferenceInner ๐Ÿ”’
IntersectionInner ๐Ÿ”’

Constantsยง

ITER_PERFORMANCE_TIPPING_SIZE_DIFF ๐Ÿ”’