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