Searched defs:drain_to_vec (Results 1 – 2 of 2) sorted by relevance
119 fn drain_to_vec<T: Default>(len: usize, elem: T, arr: &mut [T; SMALL]) -> Vec<T> { in push() function
1814 pub fn drain_to_vec(&mut self) -> Vec<A::Item> { in drain_to_vec() method