Current section
Files
Jump to
Current section
Files
include/ordered_dict_Update.hrl
-record(update, {
value :: any(),
update :: fun((any()) -> ordered_dict:ordered_dict(any(), any()))
}).