fn iterable_to_string<I: Display, T: IntoIterator<Item = I>>(
    iterable: T
) -> String