diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-11-09 16:55:44 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-11-09 16:55:44 -0500 |
| commit | 06d3ec138003e412d8a2adde71969f01a25fe96a (patch) | |
| tree | d1a737d43bb477ea214d1446999c66225aee4deb /stdlib/patterns.h | |
| parent | 898bee15817573b5ab865a1dae7e52da310affa8 (diff) | |
Bugfix for fixed-size integer ranges
Diffstat (limited to 'stdlib/patterns.h')
| -rw-r--r-- | stdlib/patterns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/patterns.h b/stdlib/patterns.h index bf8dee6b..2b30a3ae 100644 --- a/stdlib/patterns.h +++ b/stdlib/patterns.h @@ -33,6 +33,7 @@ Array_t Text$find_all(Text_t text, Pattern_t pattern); PUREFUNC bool Text$has(Text_t text, Pattern_t pattern); OptionalArray_t Text$matches(Text_t text, Pattern_t pattern); Text_t Text$map(Text_t text, Pattern_t pattern, Closure_t fn); +void Text$each(Text_t text, Pattern_t pattern, Closure_t fn); #define Pattern$hash Text$hash #define Pattern$compare Text$compare |
