Crate rotated_array_set

Source
Expand description

An ordered set based on a 2-level rotated array.

See the repository README for a detailed discussion of this collection’s performance benefits and drawbacks.

Structs§

  • A lazy iterator producing elements in the difference of RotatedArraySets.
  • A lazy iterator producing elements in the intersection of RotatedArraySets.
  • An owning iterator over the items of a RotatedArraySet.
  • An iterator over the items of a RotatedArraySet.
  • An ordered set based on a 2-level rotated array.
  • A lazy iterator producing elements in the symmetric difference of RotatedArraySets.
  • A lazy iterator producing elements in the union of RotatedArraySets.