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: nob...@puremagic.com
          Reporter: joeyemm...@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.

--

Reply via email to