Module stash::unique_stash

source ·

Structs

  • The iterator produced by Unique::extend.
  • Iterator over the (index, value) pairs.
  • Iterator over values in the stash.
  • Iterator over the (index, &value) pairs.
  • Iterator over the (index, &mut value) pairs.
  • A versioned index into a UniqueStash.
  • An O(1) amortized table that does not reuse keys.
  • Iterator over references to the values in the stash.
  • Iterator over mutable references to the values in the stash.