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@two_p_set_TwoPSet.hrl
-record(two_p_set, {
added :: gleam@set:set(any()),
removed :: gleam@set:set(any())
}).