Thread overview
[Issue 19264] byCodeUnit should compare with strings
Oct 21, 2018
Eduard Staniloiu
Oct 21, 2018
dcuan17@yahoo.com
Dec 17, 2022
Iain Buclaw
September 25, 2018
https://issues.dlang.org/show_bug.cgi?id=19264

--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
It shouldn't matter the constancy of the original.

This should also work:

assert("hello".byCodeUnit == "hello".dup.byCodeUnit);

--
October 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19264

Eduard Staniloiu <edi33416@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |edi33416@gmail.com

--
October 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19264

dcuan17@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcuan17@yahoo.com
           Assignee|nobody@puremagic.com        |dcuan17@yahoo.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19264

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=19264

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/9763

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--