pub exec fn box_into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A>
Expand description
ensures
v@ == b@,