xotl.crdt.sets – The Sets CRTDs¶
-
class
xotl.crdt.sets.USet(*, process: xotl.crdt.base.Process)[source]¶ The USet.
Warning
You must be careful using this directly. You MUST never add the same item twice. This as way to implement the
ORSet.User API