fn merge_chains<D: Data>( chains: impl IntoIterator<Item = Chain<D>>, since: &Antichain<Timestamp>, ) -> Chain<D>
Merge the given chains, advancing times by the given since in the process.
since