pub fn newline_delimited<I, D>(iterable: I) -> Stringwhere
    I: IntoIterator<Item = D> + Clone,
    D: Display,