Current section

Files

Jump to
glance include glance_List.hrl
Raw

include/glance_List.hrl

-record(list, {
elements :: list(glance:expression()),
rest :: gleam@option:option(glance:expression())
}).