apply_add

Function apply_add 

Source
pub fn apply_add<T: Ord + Clone>(
    state: &mut ORSet<T>,
    replica_id: &str,
    value: T,
) -> ORSetDelta<T>
Expand description

Apply add operation using delta-mutator