[][src]Module atone::vc

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

Structs

Drain

A draining iterator over the elements of a Vc.

IntoIter

An owning iterator over the elements of a Vc.

Iter

An iterator over the elements of a Vc.

IterMut

A mutable iterator over the elements of a Vc.