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

Jack Stouffer <j...@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |j...@jackstouffer.com
         Resolution|---                         |WONTFIX

--- Comment #4 from Jack Stouffer <j...@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.

--

Reply via email to