[Issue 8166] retro() of splitter() too

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8166 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/c7b6aabfea45b2151f0f21548232242e896101d6 Issue 8166 - retro() of splitter() too https

[Issue 8166] retro() of splitter() too

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

[Issue 8166] retro() of splitter() too

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

[Issue 8166] retro() of splitter() too

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8166 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp

[Issue 8166] retro() of splitter() too

2015-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8166 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com

[Issue 8166] retro() of splitter() too

2015-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8166 --- Comment #3 from Jack Stouffer --- (In reply to Jack Stouffer from comment #2) > Currently, this can be achieved via > > auto p = std.array.splitter("this is a message", " ").retro(); > > but it's deprecated and going to