#[doc(hidden)] pub fn from_elem_in<T, A>( elem: T, n: usize, alloc: A, ) -> Vec<T, A>where T: Clone, A: Allocator,
allocator_api