You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove zero- and one-argument range constructor functions.
Per discussion, the zero-argument forms aren't really worth the catalogspace (just write 'empty' instead). The one-argument forms have some use,but they also have a serious problem with looking too much like functionalcast notation; to the point where in many real use-cases, the parser wouldmisinterpret what was wanted.Committing this as a separate patch, with the thought that we might wantto revert part or all of it if we can think of some way around the castambiguity.