Packages

Fast list implementation using AVL tree

Current section

Files

Jump to
treelist include treelist_TreeList.hrl
Raw

include/treelist_TreeList.hrl

-record(tree_list, {root :: treelist:node_(any())}).