Module vectors

Module vectors 

Source
Expand description

Implementations of by-value traits for Vec and VecDeque of cloneable types.

The Vec implementations are available only if the alloc feature is enabled, while the VecDeque implementations are available only if the std feature is enabled.