Packages

A library, written in Gleam, to help create data structures containing different data types and levels of nesting.

Current section

Files

Jump to
cx include cx_CDict.hrl
Raw

include/cx_CDict.hrl

-record(c_dict, {value :: gleam@dict:dict(binary(), cx:context())}).