pub fn from_iter<'s, I>(iter: I) -> Stringwhere I: Iterator<Item = (&'s str, &'s str)>,
Builds a string from an iterator preserving the order.