collections::vec::CowVecExperimental [-]  [+] [src]

type CowVec<'a, T> = Cow<'a, Vec<T>, [T]>;

A clone-on-write vector