aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_stdlib/include/gleam@regex_Match.hrl
blob: 4216619869933dad1f8fa6751e96eb53cdfc27f8 (plain)
1
2
3
4
-record(match, {
    content :: binary(),
    submatches :: list(gleam@option:option(binary()))
}).