Current section

Files

Jump to
molt include molt@value_TomlBinaryInt.hrl
Raw

include/molt@value_TomlBinaryInt.hrl

-record(toml_binary_int, {
text :: gleam@option:option(binary()),
value :: integer()
}).