Trait cp_library_rs::utils::iterutil::IterUtil
source · pub trait IterUtil: Iterator {
// Provided methods
fn join(&mut self, sep: &str) -> String
where Self::Item: Display { ... }
fn join_debug(&mut self, sep: &str) -> String
where Self::Item: Debug { ... }
}
Expand description
イテレータのツール