Packages

A collection of Gleam utilities all written in pure gleam

Current section

Files

Jump to
glib include glib@tree_Tree.hrl
Raw

include/glib@tree_Tree.hrl

-record(tree, {
root :: gleam@option:option(glib@tree:tree_node(any())),
comparator :: fun((any(), any()) -> gleam@order:order())
}).