Searched defs:from_elem (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/memchr/bench/data/code/ | ||
H A D | rust-library.rs | 46230 fn from_elem<A: Allocator>(elem: Self, n: usize, alloc: A) -> Vec<Self, A>; from_elem() functions 46243 fn from_elem<A: Allocator>(elem: i8, n: usize, alloc: A) -> Vec<i8, A> { from_elem() functions 46258 fn from_elem<A: Allocator>(elem: u8, n: usize, alloc: A) -> Vec<u8, A> { from_elem() functions 46273 fn from_elem<A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { from_elem() functions 49057 pub fn from_elem<T: Clone>(elem: T, n: usize) -> Vec<T> { from_elem() functions [all...] |
Completed in 59 milliseconds