Current section
Files
Jump to
Current section
Files
include/gleamy@bimap_Bimap.hrl
-record(bimap, {
from_key :: gleam@dict:dict(any(), any()),
to_key :: gleam@dict:dict(any(), any())
}).