https://issues.dlang.org/show_bug.cgi?id=12592
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Treleaven <[email protected]> --- I've written a similar function to keep(): https://github.com/ntrel/stuff/blob/master/refill.d My version isn't as easy to chain with UFCS as keep, but it does allow to refill a range from a different range altogether, rather than just a processed version of itself. --
