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(...)`



Reply via email to