Module stash::stash

source ·

Structs

  • 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.
  • An O(1) amortized table that reuses keys.
  • Iterator over references to the values in the stash.
  • Iterator over mutable references to the values in the stash.