Function taffy::util::sys::std::new_vec_with_capacity

source ยท
pub(crate) fn new_vec_with_capacity<A>(capacity: usize) -> Vec<A>
Expand description

Creates a new vector with the capacity for the specified number of items before it must be resized