Current section
Files
Jump to
Current section
Files
src/zip_list.app.src
{application, zip_list, [
{vsn, "1.0.0"},
{applications, [birdie,
gleam_stdlib,
gleeunit]},
{description, "A list-like data structure that maintains a selected element"},
{modules, [zip_list]},
{registered, []}
]}.