Extensions for kotlin.collections.Iterable
fun <E> Iterable<E>.asReceiveChannel( Returns a channel to read all element of the Iterable. |
fun <E> Iterable<E>.asReceiveChannel( Returns a channel to read all element of the Iterable. |