Current section

Files

Jump to
gleam_stdlib gen src gleam@regex_Match.hrl
Raw

gen/src/gleam@regex_Match.hrl

-record(match, {
content :: binary(),
submatches :: list(gleam@option:option(binary()))
}).