Packages

Fast list implementation using AVL tree

Current section

Files

Jump to
treelist src treelist.app.src
Raw

src/treelist.app.src

{application, treelist, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
gleeunit,
glychee]},
{description, "Fast list implementation using AVL tree"},
{modules, [treelist]},
{registered, []}
]}.