pub fn merge_by_clock(left: Stream, right: Stream, clock: Symbol) -> StreamExpand description
Returns a stream merging left and right ordered by their clock tick.
At each step the packet with the lower tick index on clock is emitted
first; packets without that clock tick sort as having no key.