Module atone::vc

source ·
Expand description

A VecDeque (and Vec) variant that spreads resize load across pushes.

Structs

  • A draining iterator over the elements of a Vc.
  • An owning iterator over the elements of a Vc.
  • An iterator over the elements of a Vc.
  • A mutable iterator over the elements of a Vc.