compute_updated_locations

Function compute_updated_locations 

Source
pub fn compute_updated_locations<T, I, F>(
    target: &[T],
    insertions: I,
    updated: F,
)
Expand description

Compute the updated locations of all elements (original + inserted).

See InsertionSet::compute_updated_locations for details