pub exec fn ex_vec_with_capacity<T>(capacity: usize) -> Vec<T>
Expand description
ensures
v@ == Seq::<T>::empty(),