Searched defs:from_elem_in (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ | ||
H A D | mod.rs | 2786 pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { in from_elem_in() functions |
Completed in 6 milliseconds