[Issue 5542] std.string.join() for chars too

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Apr 11 15:40:31 PDT 2016


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

Jack Stouffer <jack at jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jack at jackstouffer.com
         Resolution|---                         |WONTFIX

--- Comment #4 from Jack Stouffer <jack at jackstouffer.com> ---
This is a one liner,

    string input = "123";
    auto result = input.roundRobin('x'.repeat(input.length - 1));

Going off of Walter's comments in this PR,
https://github.com/D-Programming-Language/phobos/pull/4153, I am marking this
as WONTFIX.

--


More information about the Digitalmars-d-bugs mailing list