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/ranges.h | |
| parent | 8e0f1fa227be762cab19234abc106ba4c572077d (diff) | |
Deprecate Range datatype in favor of using iterator methods
Diffstat (limited to 'stdlib/ranges.h')
| -rw-r--r-- | stdlib/ranges.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stdlib/ranges.h b/stdlib/ranges.h deleted file mode 100644 index 1656bdaa..00000000 --- a/stdlib/ranges.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -// Ranges represent numeric ranges - -PUREFUNC Range_t Range$reversed(Range_t r); -PUREFUNC Range_t Range$by(Range_t r, Int_t step); - -extern const TypeInfo_t Range$info; - -// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 |
