diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-04 21:02:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-04 21:02:37 -0400 |
| commit | 00543b4e876cf069d5be22c1f06427a4c8d5bed9 (patch) | |
| tree | c77a2684fff4ce800939f833ff5d727e73607b26 /builtins/text.h | |
| parent | 93140c2896004f6ab5536e64b6970e48bbc92336 (diff) | |
Add Text.map(pat, fn)
Diffstat (limited to 'builtins/text.h')
| -rw-r--r-- | builtins/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/text.h b/builtins/text.h index a25a61d5..c93c6266 100644 --- a/builtins/text.h +++ b/builtins/text.h @@ -51,6 +51,7 @@ Text_t Text$from_codepoint_names(array_t codepoint_names); Text_t Text$from_bytes(array_t bytes); array_t Text$lines(Text_t text); Text_t Text$join(Text_t glue, array_t pieces); +Text_t Text$map(Text_t text, Pattern_t pattern, closure_t fn); extern const TypeInfo $Text; |
