pub fn apply_add<T: Ord + Clone>( state: &mut ORSet<T>, replica_id: &str, value: T, ) -> ORSetDelta<T>
Apply add operation using delta-mutator