API Reference
Structs
struct Range<T: Comparable<T>
A half-open interval: lower is included and upper is excluded.
struct ClosedRange<T: Comparable<T>
An inclusive interval containing both lower and upper.
struct RangeIterator
The shared integer iterator for half-open and closed ranges.