On 08/07/2016 06:42 PM, Gary Willoughby wrote:
I need a @nogc version of hashOf(). Here's one i'm currently using but it's not marked as @nogc.https://github.com/dlang/druntime/blob/master/src/object.d#L3170
That seems to be an oversight. https://github.com/dlang/druntime/pull/1624