Function std::at_vec::to_managed_move

pub fn to_managed_move<T>(v: ~[T]) -> @[T]

Creates and initializes an immutable managed vector by moving all the elements from an owned vector.