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