kotest-assertions / io.kotest.assertions.show / IterableShow

IterableShow

class IterableShow<T> : Show<Iterable<T>>

Constructors

<init>

IterableShow()

Functions

show

Returns a printable version of this object as an instance of Printed

fun show(a: Iterable<T>): Printed