https://issues.dlang.org/show_bug.cgi?id=16145
greenify <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from greenify <[email protected]> --- This is due to `front` creating a new tuple on every call: https://github.com/dlang/phobos/blob/master/std/range/package.d#L7740 Hence not even "refRanging" it works :/ --
