xvc_core::types::diff

Type Alias DiffStore

Source
pub type DiffStore<T> = HStore<Diff<T>>;
Expand description

Keeping track of differences between two stores of the same type.

Aliased Type§

struct DiffStore<T> {
    pub map: HashMap<XvcEntity, Diff<T>>,
}

Fields§

§map: HashMap<XvcEntity, Diff<T>>

The wrapped map for the store