Packages

A counter for Gleam - modeled after Python's `collections.Counter`.

Current section

Files

Jump to
counter src counter.app.src
Raw

src/counter.app.src

{application, counter, [
{vsn, "1.0.3"},
{applications, [gleam_stdlib,
gleeunit,
startest]},
{description, "A counter for Gleam - modeled after Python's `collections.Counter`"},
{modules, [counter]},
{registered, []}
]}.