Function single_value_vec

Source
pub(crate) fn single_value_vec<A>(value: A) -> Vec<A>
Expand description

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