[Issue 17736] bigint opunary should be better performing

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Aug 9 18:34:47 PDT 2017


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Oh, so assignment just rebinds to the existing data? Then this request is
invalid.

One thing we could do is make a MutableBigInt, that is allowed to modify
itself. But that's a much bigger project.

--


More information about the Digitalmars-d-bugs mailing list