[Issue 16293] New: hashOf should be @nogc when it can be

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 18 17:11:18 PDT 2016


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

          Issue ID: 16293
           Summary: hashOf should be @nogc when it can be
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: joeyemmons at yahoo.com

What the title says, hashOf should be @nogc when it can be. 

In most cases it can be but bytesHash is not marked as @nogc even though I am
pretty sure it could be, meaning all the versions of hashOf that depend on it
can't be marked either.

--


More information about the Digitalmars-d-bugs mailing list