class IterableShow<T> : Show<Iterable<T>>
IterableShow()
Returns a printable version of this object as an instance of Printed
fun show(a: Iterable<T>): Printed