diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-13 15:03:22 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-13 15:03:22 -0500 |
| commit | 5be955904682300153af0abdfd6b711b9da2ac8f (patch) | |
| tree | e616bc83904817fdefa43354fa815f13daf18739 /stdlib/README.md | |
| parent | 8e0f1fa227be762cab19234abc106ba4c572077d (diff) | |
Deprecate Range datatype in favor of using iterator methods
Diffstat (limited to 'stdlib/README.md')
| -rw-r--r-- | stdlib/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/README.md b/stdlib/README.md index 9916c064..c3814114 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -29,7 +29,6 @@ some common functionality. - Paths: [header](stdlib/paths.h), [implementation](stdlib/paths.c) - Patterns: [header](stdlib/patterns.h), [implementation](stdlib/patterns.c) - Pointers: [header](stdlib/pointers.h), [implementation](stdlib/pointers.c) -- Ranges: [header](stdlib/ranges.h), [implementation](stdlib/ranges.c) - Shell: [header](stdlib/shell.h), [implementation](stdlib/shell.c) - Tables: [header](stdlib/tables.h), [implementation](stdlib/tables.c) - Text: [header](stdlib/text.h), [implementation](stdlib/text.c) |
