aboutsummaryrefslogtreecommitdiff
path: root/builtins/range.h
blob: 9f3b25af8cc6e8269a1c653100a8c62000101d13 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

// Ranges represent numeric ranges

Range_t Range$reversed(Range_t r);
Range_t Range$by(Range_t r, int64_t step);

extern const TypeInfo Range;

// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1