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