Function mz_compute::logging::timely::grow_vec
source ยท fn grow_vec<T>(vec: &mut Vec<T>, index: usize)
Expand description
Grow the given vector so it fits the given index.
This does nothing if the vector is already large enough.