Packages
Last-writer-wins and observed-remove maps for Gleam — conflict-free replicated map types with generic value support
Current section
Files
Jump to
Current section
Files
include/lattice_maps@lww_map_LWWMap.hrl
-record(l_w_w_map, {
entries :: gleam@dict:dict(binary(), {gleam@option:option(binary()),
integer()}),
pruned_timestamp :: integer()
}).