Current section

Files

Jump to
gleam_stdlib include gleam@regex_Match.hrl
Raw

include/gleam@regex_Match.hrl

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