Searched refs:into_vec (Results 1 – 2 of 2) sorted by relevance
147 pub use hack::into_vec;167 pub fn into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A> { in into_vec() function528 pub fn into_vec<A: Allocator>(self: Box<Self, A>) -> Vec<T, A> { in into_vec() method530 hack::into_vec(self) in into_vec()
3008 <[T]>::into_vec(box s)3013 crate::slice::into_vec(box s)3055 s.into_vec() in from()