Type Alias Update

Source
pub(crate) type Update<D> = (D, Timestamp, Diff);
Expand description

An update of value D at a time and with a diff.