Packages

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

Current section

Files

Jump to
counter include counter_Counter.hrl
Raw

include/counter_Counter.hrl

-record(counter, {d :: gleam@dict:dict(any(), integer())}).