Function smol_str::build_from_str_iter

source ยท
pub(crate) fn build_from_str_iter<T>(iter: impl Iterator<Item = T>) -> SmolStr
where T: AsRef<str>, String: Extend<T>,