[Issue 12592] std.algorithm.keep?
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jul 6 04:51:49 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12592
Nick Treleaven <ntrel-public at yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ntrel-public at yahoo.co.uk
--- Comment #1 from Nick Treleaven <ntrel-public at yahoo.co.uk> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list