Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent include showtime@internal@reports@table_Table.hrl
Raw

include/showtime@internal@reports@table_Table.hrl

-record(table, {
header :: gleam@option:option(binary()),
rows :: list(list(showtime@internal@reports@table:col()))
}).