Function std::vec::concat_slices

pub fn concat_slices<T: Clone>(v: &[&[T]]) -> ~[T]

Flattens a vector of vectors of T into a single vector of T.