Hi pá 5. 3. 2021 v 13:44 odesílatel Joel Jacobson <j...@compiler.org> napsal:
> Idea #5: > > Allow disabling canonicalization via optional parameter to range > constructor functions. > I think so rules describing ranges and multirages are long enough, so increasing functionality doesn't look like a practical idea. I prefere special simple composite type like you described in the previous email (start, stop) or (start, length). It can be used more times when using range or multi range is not practical. The composite types are more natural for this purpose than 2D arrays. Regards Pavel > This would then allow using the range type, > to create inclusive/inclusive integer ranges, > where lower() and upper() would return what you expect. > > /Joel >