Path.toHash
size_t toHash() const @safeReturns a hash value for this Path, derived from its normalized key.
Guarantees:
- If
a == bviaopEquals, thena.toHash() == b.toHash().
size_t toHash() const @safeReturns a hash value for this Path, derived from its normalized key.
Guarantees:
a == b via opEquals, then a.toHash() == b.toHash().