Module avl::set

source ·
Expand description

An ordered set implemented with an AVL tree.

Re-exports

  • pub use crate::map;

Structs

  • An ordered set implemented with an AVL tree.
  • A lazy iterator for the values in the difference of two sets.
  • A lazy iterator for the values in the intersection of two sets.
  • An owning iterator over the values of a set.
  • An iterator over the values of a set.
  • An iterator over a range of values of a set.
  • A lazy iterator for the values in the symmetric difference of two sets.
  • A lazy iterator for the values in the union of two sets.