[Issue 12592] std.algorithm.keep?

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 6 08:23:25 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12592

--- Comment #2 from Nick Treleaven <ntrel-public at yahoo.co.uk> ---
I just added an overload of refill so it can behave like your keep():

const r = data.dup.sort().release.refill!uniq;

--


More information about the Digitalmars-d-bugs mailing list