Current section
Files
Jump to
Current section
Files
include/gleamy@structures@tree@binary_search_tree_Tree.hrl
-record(tree, {
root :: gleamy@structures@tree@binary_search_tree:node_(any()),
compare :: fun((any(), any()) -> gleam@order:order())
}).