[Issue 12592] std.algorithm.keep to filter range elements and write back to the source range

2018-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12592 Seb changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12592] std.algorithm.keep to filter range elements and write back to the source range

2018-02-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12592 Nick Treleaven changed: What|Removed |Added Summary|std.algorithm.keep? |std.algorithm.keep to

[Issue 12592] std.algorithm.keep?

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12592 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 12592] std.algorithm.keep?

2014-07-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12592 Nick Treleaven ntrel-pub...@yahoo.co.uk changed: What|Removed |Added CC|

[Issue 12592] std.algorithm.keep?

2014-07-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12592 --- Comment #2 from Nick Treleaven ntrel-pub...@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; --