LocalVersion

Type Alias LocalVersion 

Source
pub type LocalVersion = SmallVec<[Time; 2]>;
Expand description

A LocalVersion is a set of local Time values which point at the set of changes with no children at this point in time. When there’s a single writer this will always just be the last order we’ve seen.

This is never empty.

At the start of time (when there are no changes), LocalVersion is usize::max (which is the root order).

Aliased Type§

pub struct LocalVersion { /* private fields */ }