delta_crdt v0.3.0-rc1 DeltaCrdt.AWSet

An add-wins set.

This CRDT represents a set with add-wins semantics. So in the event of a conflict between an add and a remove operation, the add operation will win and the element will remain in the set.

Link to this section Summary

Link to this section Functions

Link to this function add(element, i, a)
Link to this function remove(element, i, map)