Range type
Direct children types
- NumRange
Numerical range
- PredRange
A range with start and end expressed as predicates.
Methods
- init(r:Range, start:Any, end:Any, include_start:Any=true, include_end:Any=false, step:Any=1) Source: stdlib.ngs:2610
Range constructor. Throws InstantiatingAbstractType if r is exactly of type Range (not a sub-type).
- Str(r:Range) Source: stdlib.ngs:2688
Convert range to human readable representation