From 5be955904682300153af0abdfd6b711b9da2ac8f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 13 Feb 2025 15:03:22 -0500 Subject: Deprecate Range datatype in favor of using iterator methods --- stdlib/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'stdlib/README.md') 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) -- cgit v1.2.3