include/molt@ops_MergeValues.hrl
-record(merge_values, {
path :: binary(),
entries :: list({binary(), molt@value:value()}),
on_conflict :: molt@ops:conflict_strategy()
}).
-record(merge_values, {
path :: binary(),
entries :: list({binary(), molt@value:value()}),
on_conflict :: molt@ops:conflict_strategy()
}).