I need a @nogc version of hashOf(). What are the options?

ag0aep6g via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 7 10:10:30 PDT 2016


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


More information about the Digitalmars-d-learn mailing list