formatCollection

fun <E> formatCollection(collection: Iterable<E>, formatter: (E) -> Component): Component