Function print_iter

Source
pub fn print_iter<T: Display>(iter: impl Iterator<Item = T>, sep: &str) -> bool