Skip to main content

include/tomlet@ast_KeyValue.hrl

-record(key_value, {
    leading :: tomlet@ast:trivia(),
    key :: tomlet@ast:key(),
    value :: tomlet@ast:value(),
    trailing :: tomlet@ast:trivia()
}).