aboutsummaryrefslogtreecommitdiff
path: root/stdlib/ranges.h
blob: 2a4f1d68418f8a035452c5e9e49c2dbb6a6ecf7b (plain)
1
2
3
4
5
6
7
8
9
10
#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 Range;

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