Skip to main content

compute_incremental_update

Function compute_incremental_update 

Source
pub fn compute_incremental_update(
    old: &SimulationSnapshot,
    new: &SimulationSnapshot,
    sequence: u64,
) -> IncrementalUpdate
Expand description

Compute an incremental update between two snapshots.