Current section

Files

Jump to
glance include glance_PatternList.hrl
Raw

include/glance_PatternList.hrl

-record(pattern_list, {
elements :: list(glance:pattern()),
tail :: gleam@option:option(glance:pattern())
}).