Packages

Data structures in pure Gleam! Including tree, heap, non empty list, map, set, and priority queue.

Current section

Files

Jump to
gleamy_structures include gleamy@bimap_Bimap.hrl
Raw

include/gleamy@bimap_Bimap.hrl

-record(bimap, {
from_key :: gleam@dict:dict(any(), any()),
to_key :: gleam@dict:dict(any(), any())
}).