Packages
Grow-only, two-phase, and observed-remove sets for Gleam — conflict-free replicated set types
Current section
Files
Jump to
Current section
Files
include/lattice_sets@or_set_ORSet.hrl
-record(o_r_set, {
replica_id :: lattice_core@replica_id:replica_id(),
counter :: integer(),
entries :: gleam@dict:dict(any(), gleam@set:set(lattice_sets@or_set:tag())),
tombstones :: gleam@set:set(lattice_sets@or_set:tag()),
pruned :: lattice_core@version_vector:version_vector()
}).