diff options
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 |
