Another tiny patch to reduce allocations `.iter().cloned().collect()` calls `Clone` per element, whereas `into_iter().collect()` preallocates memory Release Notes: - N/A
Another tiny patch to reduce allocations `.iter().cloned().collect()` calls `Clone` per element, whereas `into_iter().collect()` preallocates memory Release Notes: - N/A