Casey Brooks
10/10/2023, 6:16 PMSequence.zipWithNext
that emits on the very first item (with one item in the pair being null), rather than waiting for the first 2 emissions to be sent?Klitos Kyriacou
10/10/2023, 6:27 PMfun Sequence<T>.foo() = (sequenceOf(null) + this).zipWithNext()