https://issues.dlang.org/show_bug.cgi?id=19642
FeepingCreature <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from FeepingCreature <[email protected]> --- Another repro: ``` assert([false, true, false] .chunkBy!(a => a) .slide!(No.withPartial)(3) .count == 1); ``` --
