pub fn compute_incremental_update(
old: &SimulationSnapshot,
new: &SimulationSnapshot,
sequence: u64,
) -> IncrementalUpdateExpand description
Compute an incremental update between two snapshots.
pub fn compute_incremental_update(
old: &SimulationSnapshot,
new: &SimulationSnapshot,
sequence: u64,
) -> IncrementalUpdateCompute an incremental update between two snapshots.