Current section
Files
Jump to
Current section
Files
include/gleamy@red_black_tree_map_Map.hrl
-record(map, {
root :: gleamy@red_black_tree_map:node_(any(), any()),
compare :: fun((any(), any()) -> gleam@order:order())
}).