Function std::at_vec::to_managed

pub fn to_managed<T: Clone>(v: &[T]) -> @[T]

Creates and initializes an immutable managed vector by copying all the elements of a slice.