pub(crate) fn swap_updates<T: Timestamp>(
from: &mut Antichain<T>,
replace_with: Antichain<T>,
) -> ChangeBatch<T>
Expand description
Replace one antichain with another, tracking the overall changes in the returned ChangeBatch
.
pub(crate) fn swap_updates<T: Timestamp>(
from: &mut Antichain<T>,
replace_with: Antichain<T>,
) -> ChangeBatch<T>
Replace one antichain with another, tracking the overall changes in the returned ChangeBatch
.