https://issues.dlang.org/show_bug.cgi?id=14485
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #1 from Jonathan M Davis <[email protected]> --- It should probably throw a RangeError so the problem is more easily caught, but technically, calling front on an empty range is undefined behavior. There's no requirement or guarantee that calling front on an empty range throw. --
