Current section
Files
Jump to
Current section
Files
include/gleamy_structures@tree@red_black_tree_kv_Tree.hrl
-record(tree, {
root :: gleamy_structures@tree@red_black_tree_kv:node_(any(), any()),
compare :: fun((any(), any()) -> gleam@order:order())
}).