hashOf()

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 2 09:35:33 PDT 2016


On Wednesday, 2 November 2016 at 16:14:23 UTC, Márcio Martins 
wrote:
> If you include core.internal.hash, you cannot call hashOf() 
> anymore, because it conflicts with the implicit import in 
> object.d, this is annoying in itself...

You should still be able to call it with the full name, 
`object.hashOf(...)` vs `core.internal.hash.hashOf(...)`





More information about the Digitalmars-d mailing list